Skip to content

Instantly share code, notes, and snippets.

@alyssachanspace
Last active August 19, 2017 15:44
Show Gist options
  • Save alyssachanspace/ec85f68b061de876860d1461a3fa8014 to your computer and use it in GitHub Desktop.
Save alyssachanspace/ec85f68b061de876860d1461a3fa8014 to your computer and use it in GitHub Desktop.
Embed video responsively by using Bootstrap.
<!-- 16:9 aspect ratio -->
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/D6Ac5JpCHmI"></iframe>
</div>
<!-- 4:3 aspect ratio -->
<div class="embed-responsive embed-responsive-4by3">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/D6Ac5JpCHmI"></iframe>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment