Created
February 26, 2015 09:42
-
-
Save Xavka/de19a0ac50df651c8e4c to your computer and use it in GitHub Desktop.
This file contains 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
@media (min-aspect-ratio: 16/9) { | |
.fullscreen-bg__video video { | |
height: 300%; | |
top: -100%; | |
} | |
} | |
@media (max-aspect-ratio: 16/9) { | |
.fullscreen-bg__video video { | |
width: 300%; | |
left: -100%; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment