kombai / freewall

Freewall is a cross-browser and responsive jQuery plugin to help you create grid, image and masonry layouts for desktop, mobile, and tablet...
MIT License
1.85k stars 375 forks source link

Sort the tiles #122

Open lanceolenik opened 10 years ago

lanceolenik commented 10 years ago

I would like the tiles to sort in the order that they are written in HTML (left to right, top to bottom). I'm using the Pinterest-style layout (http://vnjs.net/www/project/freewall/example/pinterest-layout.html). Is that possible? I want cellH to remain 'auto,' since my divs are different heights. You can see my live page here: https://www.maf.org/givingcatalog (Note the color coding of the "bricks." I want the same-colored bricks to be in order.).

Thanks.