Skip to content

Instantly share code, notes, and snippets.

@stjernstrom
Created April 23, 2015 09:19
Show Gist options
  • Save stjernstrom/0c5e17251cf0a61f6d07 to your computer and use it in GitHub Desktop.
Save stjernstrom/0c5e17251cf0a61f6d07 to your computer and use it in GitHub Desktop.
Responsive iframe
<div class="video-container"><iframe frameborder="0" scrolling="0" height="360" width="640" src="https://...../"></iframe></div>
<style>
.video-container { position:relative; padding-bottom:56.25%; padding-top:0px; height:0; overflow:hidden; }
.video-container iframe { position:absolute; top:0; left:0; width:100%; height:100%; }
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment