Hello,

I'm writing a little jquery plugin to build a wall like tumblr (http://tmv.proto.jp/). To build it correctly, I must create some "column" divs to add pictures and iterate on each to find the min-height and add new picture in the correct column.
Now when I activate the lightbox on my pictures, the order of display is by column, not by row or by added picture. Is there a possibility to add a new attribute like "order:X" where X is the order and parse it in the lightbox.js to reorder array of elements ?

Thanks in advance for any suggestion.