In #9041 @bfgeek suggested that there be some control over how sensitive masonry layout is to inherent order vs height differences in already-placed content.
E.g. adding a property like masonry-threshold: <length> where we only skip over a column if the next column is <length> less than or equal to the specified value.
In #9041 @bfgeek suggested that there be some control over how sensitive masonry layout is to inherent order vs height differences in already-placed content.
E.g. adding a property like
masonry-threshold: <length>where we only skip over a column if the next column is<length>less than or equal to the specified value.