We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b018a6 commit b9f946aCopy full SHA for b9f946a
src/components/cards/cards.jsx
@@ -63,17 +63,13 @@ const VideoStep = ({video, dragging}) => (
63
<div className={styles.videoCover} />
64
) : null}
65
<iframe
66
- allowfullscreen
67
- allowtransparency="true"
68
- frameborder="0"
+ allowFullScreen
+ allowTransparency="true"
+ frameBorder="0"
69
height="338"
70
- mozallowfullscreen
71
- msallowfullscreen
72
- oallowfullscreen
73
scrolling="no"
74
src={`https://fast.wistia.net/embed/iframe/${video}?seo=false&videoFoam=true`}
75
title="Video Player"
76
- webkitallowfullscreen
77
width="600"
78
/>
79
<script
0 commit comments