Created
September 18, 2012 15:33
-
-
Save gotoplanb/3743783 to your computer and use it in GitHub Desktop.
responsive embeds
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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