MiniMasonry.js icon indicating copy to clipboard operation
MiniMasonry.js copied to clipboard

[Feature suggestion] Set min number of columns

Open bojanvidanovic opened this issue 4 years ago • 1 comments

Thanks for this library, it works great. My only suggestion would be an option to specify the minimum number of columns.

bojanvidanovic avatar May 04 '21 07:05 bojanvidanovic

Hi, thanks for this idea. Would this be to limit the responsiveness of the library ? Actually it will shrink until the baseWidth value, you would like to set a minimum of X columns and let a horizontal scrollbar appear on your page ? I dont see this use case often used. It's not perfect but you could set a min-width with the !important flag on your container to avoid shrinking under a value. Example

Spope avatar Nov 12 '21 11:11 Spope