Skip to content

Instantly share code, notes, and snippets.

@mynameispj
Created April 13, 2013 21:44
Show Gist options
  • Save mynameispj/5380194 to your computer and use it in GitHub Desktop.
Save mynameispj/5380194 to your computer and use it in GitHub Desktop.
Responsive Youtube embeds
.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