diff --git a/src/photo/PhotoGrid.tsx b/src/photo/PhotoGrid.tsx index f43dbd01..53cba1dc 100644 --- a/src/photo/PhotoGrid.tsx +++ b/src/photo/PhotoGrid.tsx @@ -17,6 +17,8 @@ export default function PhotoGrid({ photos, selectedPhoto, prioritizeInitialPhotos, + className, + classNamePhoto, animate = true, canStart, animateOnFirstLoadOnly, @@ -31,6 +33,8 @@ export default function PhotoGrid({ photos: Photo[] selectedPhoto?: Photo prioritizeInitialPhotos?: boolean + className?: string + classNamePhoto?: string animate?: boolean canStart?: boolean animateOnFirstLoadOnly?: boolean @@ -52,7 +56,9 @@ export default function PhotoGrid({ } = useSelectPhotosState(); return ( -
+
-
- +{countNotShown} -
-
{utility.more}
+ +{countNotShown} : undefined} + classNamePhoto="rounded-sm overflow-hidden border-main" selectable={false} small />