Skip to content

Instantly share code, notes, and snippets.

@neovea
Created May 19, 2015 13:33
Show Gist options
  • Save neovea/033759bab12d2127dc80 to your computer and use it in GitHub Desktop.
Save neovea/033759bab12d2127dc80 to your computer and use it in GitHub Desktop.
Responsive video iframe
.vid-player {
position: relative;
padding-bottom: 56.25%;
padding-top: 35px;
height: 0;
overflow: hidden;
}
.vid-player iframe {
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment