mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed issue with volumeslider being hidden on window-resize
This commit is contained in:
@@ -1698,6 +1698,7 @@ function window_width_volume_slider() {
|
|||||||
} else if(window.innerWidth > 600 && slider_type == "vertical") {
|
} else if(window.innerWidth > 600 && slider_type == "vertical") {
|
||||||
slider_type = "horizontal";
|
slider_type = "horizontal";
|
||||||
Playercontrols.initSlider();
|
Playercontrols.initSlider();
|
||||||
|
$(".volume-container").removeClass("hide");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user