Skip to content

Instantly share code, notes, and snippets.

@landru247
Last active June 2, 2016 16:55
Show Gist options
  • Save landru247/881d3dc305fd41a67d423d44f9196745 to your computer and use it in GitHub Desktop.
Save landru247/881d3dc305fd41a67d423d44f9196745 to your computer and use it in GitHub Desktop.
Embed Iframe
<!-- 16:9 aspect ratio -->
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="..."></iframe>
</div>
<!-- 4:3 aspect ratio -->
<div class="embed-responsive embed-responsive-4by3">
<iframe class="embed-responsive-item" src="..."></iframe>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment