Skip to content

Instantly share code, notes, and snippets.

@Xavka
Created February 26, 2015 09:40
Show Gist options
  • Save Xavka/0e45b716810c525614b1 to your computer and use it in GitHub Desktop.
Save Xavka/0e45b716810c525614b1 to your computer and use it in GitHub Desktop.
@media (min-aspect-ratio: 16/9) {
.fullscreen-bg__video {
width: 100%;
height: auto;
}
}
@media (max-aspect-ratio: 16/9) {
.fullscreen-bg__video {
width: auto;
height: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment