Can an html link be added to the jquery ajax image photos?

Q: Can an html link be added to the photos or in the captions?
I did not see it at first glance in the documentation.

A: For VisualLightBox it is only possible to add link in the image's caption.
You can use any html code inside your caption to add links or highlight some text.
In VisualLightBox app select image and add html code in the caption
for selected image.

So, to create a link just set, for example:

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


as a caption for the image.

Related