Increase spacing for justified layout

This commit is contained in:
itsfinniii
2026-04-26 16:13:20 +02:00
parent be02d749dd
commit 157cb9389c

View File

@@ -39,7 +39,7 @@ export function AlbumPhotos(props: { photos: PhotoAlbumGalleryItem[] }) {
const justifiedLayout = new JustifiedLayout(aspectRatios, {
rowHeight: 265,
rowWidth: containerWidth,
spacing: 4,
spacing: 10,
heightTolerance: 0.11
});