From d8a8254916260d3987110097a669d72f3b6edb88 Mon Sep 17 00:00:00 2001 From: Felix Brabetz Date: Sat, 16 May 2026 05:44:12 +0200 Subject: [PATCH] Make YouTube lofi player autoplay on entering the rain page --- src/components/SubpageRain.astro | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/SubpageRain.astro b/src/components/SubpageRain.astro index 89a7ed4..61885ac 100644 --- a/src/components/SubpageRain.astro +++ b/src/components/SubpageRain.astro @@ -8,6 +8,7 @@ window.rainData = function() { wind: 0, lofiFilter: 800, musicVolume: 30, + lofiSrc: '', drops: [], audioCtx: null, noiseNode: null, @@ -103,7 +104,7 @@ window.rainData = function() {
+ x-init="generateDrops(rainIntensity); $watch('rainIntensity', value => { generateDrops(value); updateAudio() }); $watch('lofiFilter', value => updateAudio()); $watch('currentPage', val => { if(val === 'page-rain') { initAudio(); lofiSrc = 'https://www.youtube.com/embed/jfKfPfyJRdk?autoplay=1'; } else { lofiSrc = ''; } })">
@@ -163,7 +164,7 @@ window.rainData = function() { Lofi Hip Hop Groove (YouTube Stream)
- +