Skip to content

Instantly share code, notes, and snippets.

@alyssachanspace
Last active February 20, 2017 06:58
Show Gist options
  • Save alyssachanspace/5e8b3da23f261bf2051bb0b653cfc5ff to your computer and use it in GitHub Desktop.
Save alyssachanspace/5e8b3da23f261bf2051bb0b653cfc5ff to your computer and use it in GitHub Desktop.
HTML code of embedding video responsively.
<!--Embed YouTube Video-->
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/D6Ac5JpCHmI" allowfullscreen></iframe>
</div>
<!--Embed Vimeo Video-->
<div class="video-container">
<iframe src="https://player.vimeo.com/video/158050352" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment