Skip to content

Instantly share code, notes, and snippets.

@portableant
Created January 29, 2021 08:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save portableant/2d67f707e7997271acc42857f0c6044d to your computer and use it in GitHub Desktop.
Save portableant/2d67f707e7997271acc42857f0c6044d to your computer and use it in GitHub Desktop.
Snippet for youtube embed
<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>
@mlp49
Copy link

mlp49 commented Jan 30, 2021

Do you just copy and paste this if wanting to feature another video underneath? Or do you need some break in the code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment