Reputation: 3691
I have a 2-row horizontally scrolling list with pictures, and I'd like to order elements in columns, so the second is below the first, the third is in the next column, the fourth is below, and so on... Like this:
[1] [3] [5] [7] ... ...
[2] [4] [6] [8] ... ...
Is this possible? How?
Thanks for your help.
Upvotes: 0
Views: 84
Reputation: 29668
I believe you'd want something like masonryHorizontal
or fitColumns
, see here:
http://isotope.metafizzy.co/demos/layout-modes.html
Upvotes: 1