How to add the links for popup pictures in jquery grid gallery

Q: Dear Support,

I have a question in regards to Visual Light box. In my gallery of thumbnails I want to be able to click on a thumbnail and when the large box comes up I want to be able to have clickable link that opens up another webpage. Please, let me know how I can do this step by step.

A: For this purpose you should do the following:

-Add the picture to your gallery;
-Click on it;
-Add the link for the necessary picture into the caption area at the bottom of the application window.

For example, to add the link to visuallightbox.com site you should add:

<a href="http://visuallightbox.com/">Click here</a>.


If you want to open it in a new page, you should add target="_blank".

So, it will look like:

<a href="http://visuallightbox.com/" target="_blank">Click here</a>.

Related