Fullscreen fix
So weird, because I was changing this to try and get rid of the vertical scrollbar, but... Whatever.
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
}
|
||||
$('#videoPlayer').removeClass('fullscreenVideo');
|
||||
} else {
|
||||
requestFullScreen(document.documentElement);
|
||||
requestFullScreen(document.body);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user