Skip to content

Instantly share code, notes, and snippets.

@samccone
Created January 29, 2012 20:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samccone/1700590 to your computer and use it in GitHub Desktop.
Save samccone/1700590 to your computer and use it in GitHub Desktop.
CSS3 HTML5 fullscreen selectors
#elm:-webkit-full-screen, #elm:-moz-full-screen,#elm:full-screen {
height: 100%;
width: 100%;
position: absolute;
background-color:#000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment