From c2cfe861d51c83e81109a3ad9a5c15c61a6632b6 Mon Sep 17 00:00:00 2001 From: Victor Arango Date: Thu, 2 Oct 2025 08:21:08 -0500 Subject: [PATCH] fix(slider): resolve preview rendering issue --- src/layouts/partials/Testimonial.astro | 1 - 1 file changed, 1 deletion(-) diff --git a/src/layouts/partials/Testimonial.astro b/src/layouts/partials/Testimonial.astro index 07392aa..b956d1b 100644 --- a/src/layouts/partials/Testimonial.astro +++ b/src/layouts/partials/Testimonial.astro @@ -91,7 +91,6 @@ const { testimonial } = Astro.props; modules: [Pagination, Autoplay], spaceBetween: 24, loop: true, - centeredSlides: true, autoplay: { delay: 2500, disableOnInteraction: false,