Skip to content

Instantly share code, notes, and snippets.

@JTLR
Created February 24, 2014 22:16
Show Gist options
  • Save JTLR/a407180fbb19dc3d1e85 to your computer and use it in GitHub Desktop.
Save JTLR/a407180fbb19dc3d1e85 to your computer and use it in GitHub Desktop.
Responsive video embed
.embed {
position: relative;
height: 0;
padding: 0 0 56.25% 0; // 16:9
overflow: hidden;
iframe,
object,
embed {
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