1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

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

View file

@ -59,7 +59,7 @@
}
$('#videoPlayer').removeClass('fullscreenVideo');
} else {
requestFullScreen(document.documentElement);
requestFullScreen(document.body);
}
};