• Visual SlideShow

  • FAQ

Is there any way to add a link to an image in free slide show

Q: Is there any way to add a link to an image.
So when you click the image it will where to another site?

A: To add link to slideshow image you should select image by clicking on it
and specify link you need for this image in the 'Url'
field just below the main window.

You can also specify the target for the links in engine/js/slideshow.js file:

var target=obj.target?obj.target.trim():"_self";


and change it to:

var target=obj.target?obj.target.trim():"_blank";

Related