mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-03 08:05:34 +00:00
Fixed scaling issue on mobile when playing, and fixed embed crashes
This commit is contained in:
@@ -148,6 +148,8 @@ window.addEventListener("load", function() {
|
||||
}
|
||||
});
|
||||
|
||||
function resizePlaylistPlaying(){};
|
||||
|
||||
function startWaitTimerPlay() {
|
||||
setTimeout(function() {
|
||||
if(videoSource == "youtube") {
|
||||
|
||||
Reference in New Issue
Block a user