Skip to content

Commit 369e132

Browse files
committed
🐛 fix(JS): Fix VideoEmbed component allowfullscreen
1 parent ad4f496 commit 369e132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/components/VideoEmbed/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default function VideoEmbed({ url }) {
1414
width: "100%",
1515
}}
1616
allow="accelerometer; gyroscope; autoplay; encrypted-media; picture-in-picture;"
17-
allowfullscreen="true"
17+
allowFullScreen={true}
1818
></iframe>
1919
</div>
2020
);

0 commit comments

Comments
 (0)