Skip to content

Commit

Permalink
Fix Video iframe attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
2can committed Mar 22, 2024
1 parent c3a3f78 commit 1964625
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/Video/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ const Video = ({ src }) => {
<iframe
src={src}
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
allowFullScreen
className={styles.iframe}
></iframe>
</div>
Expand Down

0 comments on commit 1964625

Please sign in to comment.