MiniMasonry.js
MiniMasonry.js copied to clipboard
[Feature suggestion] Set min number of columns
Thanks for this library, it works great. My only suggestion would be an option to specify the minimum number of columns.
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