diff --git a/src/components/cards/cards.jsx b/src/components/cards/cards.jsx index 110f0686ececc7d63105609da39a1ad6af6b966e..ac079aea707603d8e8ec230078494860f037b6fb 100644 --- a/src/components/cards/cards.jsx +++ b/src/components/cards/cards.jsx @@ -63,17 +63,13 @@ const VideoStep = ({video, dragging}) => ( <div className={styles.videoCover} /> ) : null} <iframe - allowfullscreen - allowtransparency="true" - frameborder="0" + allowFullScreen + allowTransparency="true" + frameBorder="0" height="338" - mozallowfullscreen - msallowfullscreen - oallowfullscreen scrolling="no" src={`https://fast.wistia.net/embed/iframe/${video}?seo=false&videoFoam=true`} title="Video Player" - webkitallowfullscreen width="600" /> <script