mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
added playlist on fadein
This commit is contained in:
@@ -354,6 +354,7 @@ function onPlayerReady(event) {
|
||||
{
|
||||
$("#player").css("opacity", "1");
|
||||
$("#controls").css("opacity", "1");
|
||||
$(".playlist").css("opacity", "1");
|
||||
//$("#player").fadeIn();
|
||||
ytplayer.playVideo();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user