gilbitron / flexmasonry

A lightweight masonry (cascading grid layout) library powered by flexbox.
https://flexmasonry.now.sh
MIT License
429 stars 24 forks source link

Are equal height rows supported? #9

Open jimpdx opened 2 years ago

jimpdx commented 2 years ago

Hello! Great app, but curious if you have plans to support equal height rows (maybe this goes by a different name than "masonry"?). The best example I have seen of this would be Flickr (some of my underwater photos). Could this framework be modified to support that format?

image

gilbitron commented 2 years ago

This package is designed specifically to cater for non-equal height rows. Creating a layout like Flickr is relatively easy using normal flex/grid CSS styles.