diff --git a/src/photo/PhotosLarge.tsx b/src/photo/PhotosLarge.tsx index 9da562c9..eef2b920 100644 --- a/src/photo/PhotosLarge.tsx +++ b/src/photo/PhotosLarge.tsx @@ -35,6 +35,7 @@ export default function PhotosLarge({ onVisible={index === photos.length - 1 ? onLastPhotoVisible : undefined} + showZoomControls={false} />)} itemKeys={photos.map(photo => photo.id)} />