We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad4f496 commit 369e132Copy full SHA for 369e132
docs/src/components/VideoEmbed/index.js
@@ -14,7 +14,7 @@ export default function VideoEmbed({ url }) {
14
width: "100%",
15
}}
16
allow="accelerometer; gyroscope; autoplay; encrypted-media; picture-in-picture;"
17
- allowfullscreen="true"
+ allowFullScreen={true}
18
></iframe>
19
</div>
20
);
0 commit comments