eiriklv / react-masonry-component

A React.js component for using @desandro's Masonry
MIT License
1.43k stars 145 forks source link

Is it possible to show different widths? #154

Open exocode opened 3 years ago

exocode commented 3 years ago

I wanna achieve something like this: Is it possible with this library? If not, is it planned to add this feature? Thank you in advance!

As you can see, some of the bricks are different sized in width:

Bildschirmfoto 2020-09-09 um 12 37 48
maxgfr commented 3 years ago

Hi exocode,

To fix this issue I just set the columnWidth to 1. The issue on stackoverflow here.

Hope that it will help you !