Skip to content

Instantly share code, notes, and snippets.

Created September 12, 2013 17:01
Show Gist options
  • Save anonymous/6540783 to your computer and use it in GitHub Desktop.
Save anonymous/6540783 to your computer and use it in GitHub Desktop.
A Pen by Aaron Alexander.
.video {
padding-bottom: 56.25%;
width: 100%;
height: 0;
position: relative;
}
.video iframe, .video object {
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