Skip to content

Instantly share code, notes, and snippets.

@ZakharDay
Created November 9, 2014 15:26
Show Gist options
  • Save ZakharDay/fa2c1c1afb7c37a40a35 to your computer and use it in GitHub Desktop.
Save ZakharDay/fa2c1c1afb7c37a40a35 to your computer and use it in GitHub Desktop.
.videoBackground {
width: 100%;
height: 100%;
overflow: hidden;
video {
position: absolute;
top: 0;
min-width: 100%;
min-height: 100%;
}
}
.videoBackground {
position: fixed;
z-index: -1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment