Skip to content

Commit b9f946a

Browse files
committed
Resolve lint errors and fix fullscreen playback
1 parent 7b018a6 commit b9f946a

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/components/cards/cards.jsx

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,13 @@ const VideoStep = ({video, dragging}) => (
6363
<div className={styles.videoCover} />
6464
) : null}
6565
<iframe
66-
allowfullscreen
67-
allowtransparency="true"
68-
frameborder="0"
66+
allowFullScreen
67+
allowTransparency="true"
68+
frameBorder="0"
6969
height="338"
70-
mozallowfullscreen
71-
msallowfullscreen
72-
oallowfullscreen
7370
scrolling="no"
7471
src={`https://fast.wistia.net/embed/iframe/${video}?seo=false&videoFoam=true`}
7572
title="Video Player"
76-
webkitallowfullscreen
7773
width="600"
7874
/>
7975
<script

0 commit comments

Comments
 (0)