diff --git a/src/components/Molecules/Promo/ProgressCircle.style.js b/src/components/Molecules/Promo/ProgressCircle.style.js index 1adbc5b2a..bdb33b616 100644 --- a/src/components/Molecules/Promo/ProgressCircle.style.js +++ b/src/components/Molecules/Promo/ProgressCircle.style.js @@ -7,6 +7,7 @@ const ProgressRingWrapper = styled.span` `; const ProgressRingSVG = styled.svg` + // `; const ProgressRingCircle = styled.circle` diff --git a/src/components/Molecules/Promo/Promo.js b/src/components/Molecules/Promo/Promo.js index 2b5f09b85..6a0e45cfb 100644 --- a/src/components/Molecules/Promo/Promo.js +++ b/src/components/Molecules/Promo/Promo.js @@ -142,8 +142,8 @@ Promo.defaultProps = { imageAltText: '', children: null, position: 'none', - autoPlay: false, // debug - loop: false, // DEBUG + autoPlay: true, + loop: true, video: false, showPosterAfterPlaying: true }; diff --git a/src/components/Molecules/Promo/Promo.md b/src/components/Molecules/Promo/Promo.md index b6cc6c3ce..a544391ba 100644 --- a/src/components/Molecules/Promo/Promo.md +++ b/src/components/Molecules/Promo/Promo.md @@ -162,7 +162,7 @@ const src =