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