Skip to content

Commit

Permalink
Merge branch 'tech322/smaller-popup' into tech322/game-image
Browse files Browse the repository at this point in the history
  • Loading branch information
techeng322 committed Apr 24, 2024
2 parents ac57480 + 66175c2 commit c927b39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Pages/YoutubeContent/YoutubeContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ const YoutubeContent = () => {
>
<ReactPlayer
url={`https://www.youtube.com/watch?v=${videoId}&feature=youtu.be`}
width={isMobile ? 250 : 500}
height={isMobile ? 125 : 250}
width={isMobile ? 250 : 300}
height={isMobile ? 125 : 230}
playing
/>
</div>
Expand Down

0 comments on commit c927b39

Please sign in to comment.