From 4d1d7026b0254ebfbea08b5bf749c3287bfd6f23 Mon Sep 17 00:00:00 2001
From: Peter Hoppe
Date: Sat, 12 Jul 2025 00:16:46 +0200
Subject: [PATCH] karussel
---
src/components/GalleryCarousel.tsx | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/components/GalleryCarousel.tsx b/src/components/GalleryCarousel.tsx
index 4292602..ac98b66 100644
--- a/src/components/GalleryCarousel.tsx
+++ b/src/components/GalleryCarousel.tsx
@@ -11,8 +11,12 @@ type Props = {
const GalleryCarousel: React.FC = ({ videos, photos }): JSX.Element => {
return (
+ withIndicators
+ height={200}
+ slideSize="33.333333%"
+ slideGap="md"
+ loop
+ align="start" >
{photos.map((photo, index) => (
))}