Skip to content

Instantly share code, notes, and snippets.

@ville6000
Last active August 29, 2015 14:16
Show Gist options
  • Save ville6000/fcabd60609230d761fca to your computer and use it in GitHub Desktop.
Save ville6000/fcabd60609230d761fca to your computer and use it in GitHub Desktop.
Styles for responsive iframe
.iframe-responsive-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
}
.iframe-responsive-container iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100% !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment