Skip to content

Commit

Permalink
Fix Video player sizing for YouTube
Browse files Browse the repository at this point in the history
  • Loading branch information
CattoGamer committed Dec 21, 2024
1 parent ac0c543 commit 5e1f372
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ if (CLIENT) then
player.style.backgroundColor = "#000";
player.style.height = "100vh";
player.style.left = '0px';
player.style.width = '100%';
let countAmt = 0
let resizeTimer = setInterval(function() {
Expand Down

0 comments on commit 5e1f372

Please sign in to comment.