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:
Tim Hobbs
2014-03-24 20:26:54 -07:00
parent ad5520ded4
commit d1c477a76f
+1 -1
View File
@@ -59,7 +59,7 @@
}
$('#videoPlayer').removeClass('fullscreenVideo');
} else {
requestFullScreen(document.documentElement);
requestFullScreen(document.body);
}
};