Home › Forums › CSS › Flexbox layout query › Reply To: Flexbox layout query
February 25, 2019 at 4:57 am
#283632
Member
Unfortunately, this is a classic “masonry” issue. Once wrapping occurs, it wraps to a NEW ROW not the available space on the current row.
There really is no CSS layout method that will wrap dynamically like you appear to require. Css-Grid can get close but it requires some massaging and is not really dynamic.
https://stackoverflow.com/questions/44377343/css-only-masonry-layout