Skip to content

Instantly share code, notes, and snippets.

@tacensi
Created May 5, 2015 14:38
Show Gist options
  • Save tacensi/4544b543493284e30a7d to your computer and use it in GitHub Desktop.
Save tacensi/4544b543493284e30a7d to your computer and use it in GitHub Desktop.
Responsive embeds
.video{
width: 100%;
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom: 15px;
}
.video iframe,
.video object,
.video embed.
.video .video-js{
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment