Created
October 11, 2017 18:12
-
-
Save reidelliott/528b5e9cf16090856ab8ea2807af5d5d to your computer and use it in GitHub Desktop.
Bootstrap 4 16x9 Embed
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
<div class="embed-responsive embed-responsive-16by9 my-4"> | |
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/zpOULjyy-n8?rel=0" allowfullscreen></iframe> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just replace the
zpOULjyy-n8
with the unique share id of the video.The
?rel=0
says to not show related videos after the video has played to the end.