gfsd
This commit is contained in:
+1
-1
@@ -267,7 +267,7 @@ class v0ck {
|
||||
}
|
||||
function enterFullScreen() {
|
||||
if (document.fullscreenElement) return;
|
||||
const target = document.getElementById('main') || player;
|
||||
const target = player;
|
||||
if (/(iPad|iPhone|iPod)/gi.test(navigator.platform))
|
||||
video.webkitEnterFullscreen();
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user