Last active
September 24, 2016 16:36
-
-
Save alyssachk/538f9cb297056536fa375a84ce25a94c to your computer and use it in GitHub Desktop.
Embed responsive video in HTML.
This file contains 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
<!--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