diff --git a/workshop/gamemodes/cinema_modded/gamemode/modules/theater/services/sh_youtube.lua b/workshop/gamemodes/cinema_modded/gamemode/modules/theater/services/sh_youtube.lua index 988789f..08fd394 100644 --- a/workshop/gamemodes/cinema_modded/gamemode/modules/theater/services/sh_youtube.lua +++ b/workshop/gamemodes/cinema_modded/gamemode/modules/theater/services/sh_youtube.lua @@ -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() {