Created
January 29, 2021 08:27
-
-
Save portableant/2d67f707e7997271acc42857f0c6044d to your computer and use it in GitHub Desktop.
Snippet for youtube embed
This file contains hidden or 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="card col-sm p-0 m-2"> | |
<div class="embed-responsive embed-responsive-16by9"> | |
<iframe src="https://www.youtube.com/embed/{{ video.id }}" frameborder="0" | |
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" | |
allowfullscreen class="embed-responsive-item"></iframe> | |
</div> | |
</div> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you just copy and paste this if wanting to feature another video underneath? Or do you need some break in the code?