#Image Issues
1 messages · Page 1 of 1 (latest)
@crude solar i'd like the height of each image to be unconstrained
as in, none of the images are the same height but the same width
you can sort of see the "staggered" look i'm talking about on pinterest
Yeah, that's not next/image issue. More of how you will do the masonry layout. Search for masonry layout. Maybe this will help: https://css-tricks.com/piecing-together-approaches-for-a-css-masonry-layout/ Probably the easiest would be to use css columns. So if you're using tailwind: https://tailwindcss.com/docs/columns
I'm using grids in tailwind
they r suited to this exact purpose
It's not an issue i'm trying to solve
I'm trying to work out how to make my images maximum width and unconstrained height
I can do it with tailwind and regular images