mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Prettier embedded-player on startup
This commit is contained in:
@@ -279,6 +279,9 @@ var Player = {
|
||||
}
|
||||
break;
|
||||
case YT.PlayerState.PLAYING:
|
||||
if(embed) {
|
||||
$("#player").css("visibility", "visible");
|
||||
}
|
||||
if(embed && !autoplay) autoplay = true;
|
||||
if(!window.MSStream) {
|
||||
$("#player").css("opacity", "1");
|
||||
|
||||
Reference in New Issue
Block a user