mirror of
https://github.com/audacity/audacity.github.io.git
synced 2026-06-18 04:14:33 -05:00
videos are lazy loaded anyway, we can autoplay them once they do load
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user