Also, when you set the rel attribute in your links you should give the link a name like re=”lightbox-mygroup” which will group together all links with the -mygroup ending. If you wanted to create multiple groups could have something like rel=”lightbox-apples” and rel=”lightbox-oranges”.
Hi,
there is an area {/* Put custom options here */} in slimbox.js file.
all you have to do is set loop to true
{loop:true}
you can look at my code if you want:
http://fmundergrad.hunter.cuny.edu/~shuraukaa/midterm/photos.html
Good Luck!
Comment by shurauka — May 19, 2009 @ Tuesday, May 19, 2009 3:35 pm
Also, when you set the rel attribute in your links you should give the link a name like re=”lightbox-mygroup” which will group together all links with the -mygroup ending. If you wanted to create multiple groups could have something like rel=”lightbox-apples” and rel=”lightbox-oranges”.
Comment by joe — May 19, 2009 @ Tuesday, May 19, 2009 5:05 pm
I know it’s kind of late, but in case you are still working on it, you can check:
http://www.huddletogether.com/projects/lightbox2/
I’m assuming you want to reach an effect similar to the ‘image set’ example on that page.
You will find instructions how to reach it below the examples.
Good luck!
Comment by mielnikm — May 19, 2009 @ Tuesday, May 19, 2009 9:48 pm