YouTube says this is fine

This commit is contained in:
LWinterberg
2023-10-31 09:32:44 +01:00
parent a6f5266eed
commit fd532308f3
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ function ReleaseVideo() {
<iframe
className="w-full aspect-video rounded-md shadow-xl"
loading="lazy"
src="https://www.youtube-nocookie.com/embed/DTRnDNR9LR8"
src="https://www.youtube-nocookie.com/embed/DTRnDNR9LR8?autoplay=1"
title="Audacity 3.2 - Real-Time Effects and Free Cloud Sharing"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen

View File

@@ -39,7 +39,7 @@ function ShareYourSounds() {
<iframe
className="w-full aspect-video rounded-md shadow-xl"
loading="lazy"
src="https://www.youtube-nocookie.com/embed/-rBOZ9Bi4rk"
src="https://www.youtube-nocookie.com/embed/-rBOZ9Bi4rk?autoplay=1"
title="Introducing Audio.com"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen