mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed scaling issues with chat and soundcloud players on resizing
This commit is contained in:
@@ -626,6 +626,9 @@ var Player = {
|
||||
end_programmatically = false;
|
||||
} else {
|
||||
was_stopped = true;
|
||||
if(!embed && !client && window.location.pathname != "/") {
|
||||
resizePlaylistPlaying(false);
|
||||
}
|
||||
if(!chromecastAvailable){
|
||||
if(Helper.mobilecheck()) {
|
||||
Helper.css("#playpause", "visibility", "visible");
|
||||
@@ -665,6 +668,10 @@ var Player = {
|
||||
|
||||
//}
|
||||
}
|
||||
if(!embed && !client && window.location.pathname != "/") {
|
||||
resizePlaylistPlaying(true);
|
||||
}
|
||||
|
||||
Helper.css("#playpause", "visibility", "visible");
|
||||
Helper.css("#playpause", "pointer-events", "all");
|
||||
playing = true;
|
||||
|
||||
Reference in New Issue
Block a user