Skip to content

Instantly share code, notes, and snippets.

@gotoplanb
Created September 18, 2012 15:33
Show Gist options
  • Save gotoplanb/3743783 to your computer and use it in GitHub Desktop.
Save gotoplanb/3743783 to your computer and use it in GitHub Desktop.
responsive embeds
<!-- Wrap with this div and class for 16x9 iframes/embeds. Remove width/height. -->
<div class="embed-container">
<iframe src="http://www.youtube.com/embed/sWnfGlXhsQg?modestbranding=1" frameborder="0" allowfullscreen></iframe>
</div>
<!-- For 4x3 iframes/embeds, be sure to add the additional class -->
<div class="embed-container fourbythree">
<iframe src="http://www.slideshare.net/slideshow/embed_code/13488028" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowfullscreen> </iframe>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment