Skip to content

Instantly share code, notes, and snippets.

@ericorruption
Created November 10, 2016 17:22
Show Gist options
  • Save ericorruption/2eb742627375790b0bda79f868df6b9f to your computer and use it in GitHub Desktop.
Save ericorruption/2eb742627375790b0bda79f868df6b9f to your computer and use it in GitHub Desktop.
responsive embed object
.o-embed {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
iframe,
object,
embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment