jQuery gallery that links the pop-up image to another page?

Hi everyone, I am looking for a jQuery lightbox-style gallery in which the pop-up image links to another page.

Something like fancybox, but again, I need to link to another page when you click on the larger image. I’m unable to find anything suitable.

What I have is a gallery of thumbnails. When you click the thumb, a larger image opens in a modal box. But most of these lightbox type of galleries do not have an option to link to another page (and I don’t see how to make it work either). Any suggestions? TYIA :slight_smile:

Well I couldn’t find anything that links the image to another page, but, for anyone else interested, I dug deeper into fancybox and found how to create links within the caption.

See #7 under Tips and Tricks (Use element instead of Title attribute): http://fancyapps.com/fancybox/#useful

Very helpful!