Skip to content

Commit

Permalink
Merge pull request #7 from Iinpark/ui
Browse files Browse the repository at this point in the history
fix: fullscreen
  • Loading branch information
Iinpark committed Jul 29, 2023
2 parents 1200967 + e996e53 commit af3999e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/ui/Media/YTIframe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const YTIframe = (props: YTIframeProps) => {
src={`https://www.youtube.com/embed/${vidId}?autoplay=1&mute=1`}
title='YouTube video player'
frameborder='0'
allow='accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share'
allow='accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen'
allowfullscreen></iframe>
);
};
Expand Down

0 comments on commit af3999e

Please sign in to comment.