videos are lazy loaded anyway, we can autoplay them once they do load

This commit is contained in:
LWinterberg
2023-10-11 14:10:29 +02:00
parent 47ccaa7fa8
commit 881d871dc7
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

@@ -37,7 +37,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