I was wondering how to do something like this:
function fullScreen() {
parent.webkitRequestFullscreen();
}
For example:
document.documentElement.fullScreen();
Or
myVideo.fullScreen();
How could this be done?
I was wondering how to do something like this:
function fullScreen() {
parent.webkitRequestFullscreen();
}
For example:
document.documentElement.fullScreen();
Or
myVideo.fullScreen();
How could this be done?
Hi!
";` – Arun P Johny Nov 12 '15 at 04:08