Skip to content

Instantly share code, notes, and snippets.

@bcoco
Created June 10, 2013 20:12
Show Gist options
  • Save bcoco/5751854 to your computer and use it in GitHub Desktop.
Save bcoco/5751854 to your computer and use it in GitHub Desktop.
.responsive-iframe-container {
position: relative;
padding-bottom: 120%;
padding-top: 30px;
height: 0;
overflow: auto;
}
.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container 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