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) => ( ))}