Lightbox Question

HiddenTalent

Baseband Member
Messages
38
I'd like to implement lightbox to my site.

I've got thousands of pictures uploaded already but have made photo albums using a janky web album generator.

I'd like to use lightbox, however the way it would ideally operate is by becoming active for an image set by merely clicking on a text link such as: <a href=""> Text </a>

However, the standard code requires me to have individual links on the page for each image in order to move through that group of images.

Is there a way where I can have a single link then use lightbox to view a whole image set?
 
You could create a java script file of all the links which would be directed to a single link on your webpage.

Then all you would have to do is call the javascript file and it should execute the links being clicked with either a forward or back button.
 
Back
Top Bottom