Skip to content

Commit

Permalink
Fix YouTube embed for Crash Course tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Jun 24, 2024
1 parent a4c22eb commit 3dcfe57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/tutorials/crash-course.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ tags: [games,basics,physics,ui]
thumb: /img/tutorials/crash-course/crash-course-thumbnail.jpg
---

<iframe src="https://www.youtube.com/embed/9zqHlbW9XWE" title="YouTube video player" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div className="iframe-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/9zqHlbW9XWE?si=lWifeMBGpaNqq7Sa" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>

:::note

Expand Down

0 comments on commit 3dcfe57

Please sign in to comment.