Skip to content

Instantly share code, notes, and snippets.

@alyssachk
Last active September 24, 2016 16:36
Show Gist options
  • Save alyssachk/538f9cb297056536fa375a84ce25a94c to your computer and use it in GitHub Desktop.
Save alyssachk/538f9cb297056536fa375a84ce25a94c to your computer and use it in GitHub Desktop.
Embed responsive video in HTML.
<!--Embed YouTube Video-->
<div class="video-container">
<iframe src="http://www.youtube.com/embed/D6Ac5JpCHmI" width="560" height="315" allowfullscreen></iframe>
</div>
<!--Embed Vimeo Video-->
<div class="video-container">
<iframe src="https://player.vimeo.com/video/158050352" width="560" height="315" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment