top | item 39395650

(no title)

wucaworld | 2 years ago

Very cool! How did you get the collage layout? I noticed images in each column don’t have the same size. I assume images get Centre cropped?

discuss

order

jkcxn|2 years ago

It’s called a masonry grid. Images retain their aspect ratio so they don’t need to be cropped. You can kind of simulate it with css but there’s proposals to add a proper masonry layout to css

verse|2 years ago

yeah. I actually wrote the logic for the layout myself (wasn't really happy with the available libraries). may open source this if people are interested!