Created
August 14, 2018 09:59
-
-
Save ppartarr/f2705282b7a0c079137765ab1c875467 to your computer and use it in GitHub Desktop.
Fullscreen embedded youtube video
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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