mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Also setting opacity to 1 on bufering when not mobile
This commit is contained in:
@@ -223,7 +223,7 @@ var Player = {
|
||||
case YT.PlayerState.BUFFERING:
|
||||
//was_stopped = false;
|
||||
buffering = true;
|
||||
if(small_player) {
|
||||
if(small_player || !Helper.mobilecheck()) {
|
||||
Helper.css("#player", "opacity", "1");
|
||||
}
|
||||
resizePlaylistPlaying(newState.data == YT.PlayerState.PLAYING || newState.data == YT.PlayerState.BUFFERING);
|
||||
|
||||
Reference in New Issue
Block a user