Skip to content

Instantly share code, notes, and snippets.

@ppartarr
Created August 14, 2018 09:59
Show Gist options
  • Save ppartarr/f2705282b7a0c079137765ab1c875467 to your computer and use it in GitHub Desktop.
Save ppartarr/f2705282b7a0c079137765ab1c875467 to your computer and use it in GitHub Desktop.
Fullscreen embedded youtube video
#video {
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
height: 105vh;
width: auto;
z-index: -1;
transform: translateX(-50%) translateY(-51%);
background-size: cover;
background-color: white;
transition: 1s opacity;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment