Skip to content

Commit

Permalink
updating video embed (#127)
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Kendall <[email protected]>
  • Loading branch information
1800joe and software-person authored Feb 28, 2024
1 parent c7905cb commit 66fee4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/docs/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import Layout from '../../layouts/Layout.astro'
</div>

<div class="mx-auto mt-16 max-w-2xl sm:mt-20 lg:mx-0 lg:max-w-none">
<iframe class="video-embed border border-gray-700 rounded" src="https://www.youtube-nocookie.com/embed/3q-qKmusTcs?si=vVv2uhGE4AhMEA4P&amp;controls=0&rel=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen style="aspect-ratio:16/9; width:100%;"></iframe>
<iframe class="video-embed" src="https://www.youtube-nocookie.com/embed/3aAM3yfGuJQ?si=QMmONEAJ5alA6X5f&rel=0" title="YouTube video player" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen style="aspect-ratio:16/9; width:100%;"></iframe>
</div>

<div class="mt-10 flex justify-center space-x-10">
Expand Down

0 comments on commit 66fee4b

Please sign in to comment.