Skip to content

Commit

Permalink
fix: videos not loading
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdesalle committed Sep 23, 2024
1 parent ff35796 commit ede8e0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/support/02-how-to.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ title: "How-to Videos"
<iframe
width="560"
height="315"
src="https://www.youtube.com/watch?v=z94OHVk-BXU"
src="https://www.youtube.com/embed/z94OHVk-BXU"
title="YouTube video player"
frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
Expand All @@ -81,7 +81,7 @@ title: "How-to Videos"
<iframe
width="560"
height="315"
src="https://www.youtube.com/watch?v=S_TTU3VyKOU"
src="https://www.youtube.com/embed/S_TTU3VyKOU"
title="YouTube video player"
frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
Expand All @@ -93,7 +93,7 @@ title: "How-to Videos"
<iframe
width="560"
height="315"
src="https://www.youtube.com/watch?v=3mWXLR8qtOs"
src="https://www.youtube.com/embed/3mWXLR8qtOs"
title="YouTube video player"
frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
Expand All @@ -105,7 +105,7 @@ title: "How-to Videos"
<iframe
width="560"
height="315"
src="https://www.youtube.com/watch?v=37CZzlnOSRI"
src="https://www.youtube.com/embed/37CZzlnOSRI"
title="YouTube video player"
frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
Expand Down

0 comments on commit ede8e0c

Please sign in to comment.