From 2d0515cc613d48fd28736120c7e4b0f1d3b98103 Mon Sep 17 00:00:00 2001 From: esteban Date: Sat, 23 May 2026 17:05:33 -0500 Subject: [PATCH] fix: elimina altura fija del carrusel para que la imagen determine su altura sin recorte --- src/components/section/CarouselSection.astro | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/section/CarouselSection.astro b/src/components/section/CarouselSection.astro index 4563a46..5757fe9 100644 --- a/src/components/section/CarouselSection.astro +++ b/src/components/section/CarouselSection.astro @@ -11,24 +11,24 @@ const { images, class: className } = Astro.props;
-
+
{ images.map((image) => ( -
-
+
+
{image.text && ( -
+
{image.text}
)} {image.text} {image.text_alt && ( -
+
{image.text_alt}
)}