Skip to content

Instantly share code, notes, and snippets.

@eytanbiala
Forked from mynameispj/responsive-iframe.css
Created April 13, 2013 21:58
Show Gist options
  • Save eytanbiala/5380240 to your computer and use it in GitHub Desktop.
Save eytanbiala/5380240 to your computer and use it in GitHub Desktop.
.videoWrapper {
position: relative;
padding-bottom: 56.25%;
padding-top: 25px;
height: 0;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
<div class="videoWrapper">
<!--Youtube embed iframe code goes here-->
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment