-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
The line with this._count = 1; looks strange to me.
In my use-case I update MiniMasonry options on resize, depending on the CSS properties of the elements of the grid, and for some screen sizes there is only one column, even though there are many items (._count > 1).
And when there is only one columns with many items, the gutter between the items is missing.
My guess is that #L139 is the issue here, it "thinks" there is only one item and there is no need of margin-bottom, but in reality there is only one column with many items.
Metadata
Metadata
Assignees
Labels
No labels