Home › Forums › CSS › Advanced flexbox layout related question › Reply To: Advanced flexbox layout related question
November 18, 2016 at 1:47 pm
#248019
Member
Simply…no there isn’t…
What you seem to be after is a masonry layout and, in the main, this is handled by Javascript.
That’s not to say you couldn’t use flexbox columns (not rows) to achieve the same look but the order would be different.
Here’s the classic Q&A on Stack OVerflow
http://stackoverflow.com/questions/8470070/how-to-create-grid-tile-view-with-css
On final thing…Flexbox isn’t really intended to be used as a “grid system” strictly.
It has advantages over other layout methods but it still has some limitations.