From 5a83282da4aeff530b05a71993e95a2052b1b3db Mon Sep 17 00:00:00 2001 From: Nathan Cummins Date: Thu, 11 Dec 2025 09:29:11 +1030 Subject: [PATCH] Add blurred artwork to player if available --- src/components/Player.astro | 53 +++++++++++++++++++++++++++++++++---- 1 file changed, 48 insertions(+), 5 deletions(-) diff --git a/src/components/Player.astro b/src/components/Player.astro index 4725c36..b10f1e5 100644 --- a/src/components/Player.astro +++ b/src/components/Player.astro @@ -34,30 +34,43 @@ const initialQueue = await Promise.all( }; }) ); + +const playerArtworkBlur = "10px"; +const playerArtworkOpacity = 0.4; ---
+
+
+
+
@@ -95,7 +108,10 @@ const initialQueue = await Promise.all(
-