Add pics from east pocket

This commit is contained in:
2021-08-15 13:32:11 -07:00
parent 88b8d4a1d8
commit 78e5f26650
5 changed files with 24 additions and 14 deletions

View File

@@ -49,7 +49,7 @@ const MasonryGallery = ({ images, itemsPerRow: itemsPerRowByBreakpoint }) => {
? // image is only one in row
100 / itemsPerRow
: // image is one of several in row
((ar / rowAspectRatioSum) * 100).toFixed(5);
((ar / rowAspectRatioSum) * 100).toFixed(7);
const width = `${widthNumber}%`;
return (