Visual LightBox
How to open the jquery thumbnail gallery gallery from the text link?
Q: Dear support,
I want to open the gallery using text link, not thumbnail. Is it possible?
A: You should open index.html file in any text editor and replace the line with thumbnails by your text.
For example, you should change:
<a class="vlightbox1" href="index_files/vlb_images1/1.jpg" title="1"><img src="index_files/vlb_thumbnails1/1.jpg" alt="1"/></a>
to:
<a class="vlightbox1" href="index_files/vlb_images1/1.jpg" title="1">Click to start the gallery</a>