How to make a jquery lightbox open multiple images from one link?
Posted
by ritch0s
on Stack Overflow
See other posts from Stack Overflow
or by ritch0s
Published on 2009-09-15T16:59:37Z
Indexed on
2010/05/04
13:38 UTC
Read the original article
Hit count: 143
Using a lightbox like ColorBox or jQuery Lightbox Plugin how can i make a single link which opens a gallery / array of images?
For example i have 1 thumbnail and when a user clicks it i want it to open multiple pictures in the lightbox so the user can click next or previous to view all the pictures within that gallery.
My thinking was that i just do it as normal 1 link to 1 picture then use jquery to hide all but the first link. There must be a better way?
Thanks.
© Stack Overflow or respective owner