Active
Project:
Lightbox2
Version:
6.x-1.11
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2011 at 09:22 UTC
Updated:
23 Feb 2011 at 09:22 UTC
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.