Skip to content

Commit

Permalink
Add embed include for responsive video embedding
Browse files Browse the repository at this point in the history
  • Loading branch information
frankstrater committed Sep 16, 2020
1 parent 9e0d2ab commit 93d0eca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _includes/embed.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<div class="embed-responsive embed-responsive-{{ include.ratio }}">
<iframe class="embed-responsive-item" src="{{ include.src }}"></iframe>
</div>

0 comments on commit 93d0eca

Please sign in to comment.