© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Brandon
Frontend Developer
I haven't tried myself, but from what I can find on the internet there is some additional javascript required:
webkitEnterFullscreen(); webkitExitFullscreen();
stackoverflow.com/a/34864127
Georgina Grey
Software Developer
I read somewhere that webkitEnterFullscreen was deprecated, so I skipped it but that solved it actually, thanks :)