Skip to content

Instantly share code, notes, and snippets.

@johanneslumpe
Created April 21, 2014 09:43
Show Gist options
  • Save johanneslumpe/11137765 to your computer and use it in GitHub Desktop.
Save johanneslumpe/11137765 to your computer and use it in GitHub Desktop.
Fullsize background videos in webkit browsers gist 1
video {
min-width: 100%;
min-height: 100%;
position: fixed;
left: 0;
top: 0;
z-index: -1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment