Lightbox / Thickbox plugin
Posted: Mon Nov 20, 2006 8:20 pm
Hi,
Just installed the lightbox / thickbox plugin. Really a nice mod. Using the lightbox js 2 version on our blog website. Only when you have alot of pictures to show in a kind of gallery you have to close the picture and open a new one.
In the original lightbox js script you could use this fuction:
LightBox version 2 adds the ability to group multiple image links together, so an image gallery is created out of the enlarged images:
Any options / ideas to get this trick working for the blog. Tried this code, but it doesn't work. Also the title tag is not working:
It would be nice if these two features could be activated somehow.
Just installed the lightbox / thickbox plugin. Really a nice mod. Using the lightbox js 2 version on our blog website. Only when you have alot of pictures to show in a kind of gallery you have to close the picture and open a new one.
In the original lightbox js script you could use this fuction:
LightBox version 2 adds the ability to group multiple image links together, so an image gallery is created out of the enlarged images:
Code: Select all
<a href="images/image-1.jpg" rel="lightbox[roadtrip]">image #1</a>
<a href="images/image-2.jpg" rel="lightbox[roadtrip]">image #2</a>
<a href="images/image-3.jpg" rel="lightbox[roadtrip]">image #3</a>
Code: Select all
<a href="images/image-1.jpg" rel="lightbox" title="my caption">image #1</a>