cedricdelpoux / react-responsive-masonry

React responsive masonry component built with css flexbox
https://cedricdelpoux.github.io/react-responsive-masonry/
MIT License
353 stars 35 forks source link

Is there a way to make the child of masonry component use a specific amount of columns? #94

Open Enriquemnd opened 1 year ago

Enriquemnd commented 1 year ago

Let's say I want one of the children to use only 30% of the screen width, and the other to use 70%, or that I use 12 columns and want one of the child to use 4 columns while the other uses 8. Is there a way to do that?

jamesedmonston commented 1 year ago

@Enriquemnd did you find a way to achieve this? I'm looking to do something similar