diff --git a/docs/src/components/VideoEmbed/index.js b/docs/src/components/VideoEmbed/index.js index e589c0ec..1af34375 100644 --- a/docs/src/components/VideoEmbed/index.js +++ b/docs/src/components/VideoEmbed/index.js @@ -14,7 +14,7 @@ export default function VideoEmbed({ url }) { width: "100%", }} allow="accelerometer; gyroscope; autoplay; encrypted-media; picture-in-picture;" - allowfullscreen="true" + allowFullScreen={true} > );