Skip to content

Instantly share code, notes, and snippets.

@ashby
Last active August 29, 2015 14:03
Show Gist options
  • Save ashby/88e5d8473ea77946402f to your computer and use it in GitHub Desktop.
Save ashby/88e5d8473ea77946402f to your computer and use it in GitHub Desktop.
CSS: Responsive Video
.content .video{
width:100%;
height:auto;
.video-wrapper{
clear: both;
max-width: 100%;
}
.fluid-video{
position: relative;
padding-top: 56.25%;
}
.fluid-video iframe{
max-width:100%;
height:100%;
position:absolute;
top:0;
left:0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment