Skip to content

Commit

Permalink
Maybe fix for youtube videos.
Browse files Browse the repository at this point in the history
  • Loading branch information
lowjunen committed Dec 11, 2024
1 parent 6f3fd09 commit c30e25f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ <h1>SOUS VIDE</h1>
<h2>Demonstration</h2>
<p>Main Videos:</p>
<div class="video-container">
<iframe src="https://youtu.be/IhZeXXJ47Js" frameborder="0" allowfullscreen></iframe>
<iframe src="https://www.youtube.com/watch?v=IhZeXXJ47Js" frameborder="0" allowfullscreen></iframe>
</div>
<div class="video-container" style="margin-top: 20px;">
<iframe src="https://youtu.be/NKAVm2tnyTc" frameborder="0" allowfullscreen></iframe>
<iframe src="https://www.youtube.com/watch?v=NKAVm2tnyTc" frameborder="0" allowfullscreen></iframe>
</div>
</div>

Expand Down

0 comments on commit c30e25f

Please sign in to comment.