From c73e8682e119e8f3f88fb8b5dd401ffc5c72afb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sat, 9 Aug 2025 16:04:22 +0200 Subject: feat(batteur): background images --- src/component/ImageBackground.astro | 71 ++++++++++++++++++++----------------- 1 file changed, 39 insertions(+), 32 deletions(-) (limited to 'src/component') diff --git a/src/component/ImageBackground.astro b/src/component/ImageBackground.astro index 9277472..d568172 100644 --- a/src/component/ImageBackground.astro +++ b/src/component/ImageBackground.astro @@ -1,42 +1,49 @@ --- - +const { height = "400" } = Astro.props; --- -
- +
+
- -- cgit v1.2.3