Skip to content

Instantly share code, notes, and snippets.

@ezekg
Created August 6, 2014 13:39
Show Gist options
  • Save ezekg/3be4a2ecdf3e35f21e64 to your computer and use it in GitHub Desktop.
Save ezekg/3be4a2ecdf3e35f21e64 to your computer and use it in GitHub Desktop.
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
iframe,
object,
embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}
.entry-content {
img,
iframe,
object,
embed {
max-width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment