gilbitron / flexmasonry

A lightweight masonry (cascading grid layout) library powered by flexbox.
https://flexmasonry.now.sh
MIT License
436 stars 25 forks source link

One-column-layout is not working #8

Open jchnkl opened 3 years ago

jchnkl commented 3 years ago

I'm using your library on my site and it works great so far. There's one problem though: when I resize the window to a width smaller than min-width (e.g. 576px), I'd expect a one-column-layout. However, my items are arranged horizontally in one row.

Can you give me some help on this please?