Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandroastudillo committed Jun 16, 2024
1 parent 4d28060 commit e2565db
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions _includes/youtubePlayer.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<div class="embed-container">
<iframe
src="https://www.youtube.com/embed/{{ include.id }}"
width="378"
height="283"
frameborder="5"
allowfullscreen="true">
</iframe>
</div>
<iframe
src="https://www.youtube.com/embed/{{ include.id }}"
width="378"
height="283"
frameborder="5"
allowfullscreen="true">
</iframe>

0 comments on commit e2565db

Please sign in to comment.