row height limit
This commit is contained in:
parent
f909c03aee
commit
e1825181b3
@ -117,6 +117,7 @@ const MasonryGallery = ({
|
||||
state={{ modal: true }}
|
||||
style={{
|
||||
height: `calc(100vw / ${rowAspectRatioSum} - 10px)`,
|
||||
maxHeight: '50vh',
|
||||
width,
|
||||
// borderColor: `hsl(${image.fields.imageMeta.dominantHue}, 100%, 50%)`
|
||||
// borderColor: `rgb(${image.fields.imageMeta.vibrant.Vibrant.join(',')})`
|
||||
|
Loading…
x
Reference in New Issue
Block a user