Skip to content

Commit

Permalink
🐛 fix(JS): Fix VideoEmbed component allowfullscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
jslvtr committed Apr 4, 2024
1 parent ad4f496 commit 369e132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/VideoEmbed/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function VideoEmbed({ url }) {
width: "100%",
}}
allow="accelerometer; gyroscope; autoplay; encrypted-media; picture-in-picture;"
allowfullscreen="true"
allowFullScreen={true}
></iframe>
</div>
);
Expand Down

0 comments on commit 369e132

Please sign in to comment.