• Visual SlideShow

  • FAQ

Is it possible to have the images in photo slide show software link in to another page

Q: Hello, I recently purchased Visual Slideshow and am wondering if it is possible to have the images link to another page or opening the link within the new window (work like any typical link that would navigate around a site).

A: Yes, it is possible.

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 change 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