Skip to content

Instantly share code, notes, and snippets.

@garcon
Created April 23, 2021 15:53
Show Gist options
  • Save garcon/51924b18c8d00e34f29e55d9e5ff5f3e to your computer and use it in GitHub Desktop.
Save garcon/51924b18c8d00e34f29e55d9e5ff5f3e to your computer and use it in GitHub Desktop.
Run browser in full screen mode
// 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