Increase spacing for justified layout
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user