Created
April 23, 2021 15:53
-
-
Save garcon/51924b18c8d00e34f29e55d9e5ff5f3e to your computer and use it in GitHub Desktop.
Run browser in full screen mode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// JavaScript | |
document.getElementsByTagName("html")[0].webkitRequestFullScreen(); | |
// document.getElementsByTagName("html")[0].requestFullscreen(); | |
// document.getElementsByTagName("html")[0].msRequestFullscreen(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment