• Visual SlideShow

  • FAQ

Erratic behavior when scrolling backwards/forwards through a software for slideshow

Q: I've created several slide shows with this product and have a problem
with it, even after following all directions exactly: erratic behavior when scrolling backwards/forwards
through a slideshow. Viewer should be able to go TO any picture FROM any picture.however,
cannot back up to one previous from last pic in series. This is consistent
across all slideshow serices.

A: You should turn on 'Loop Slideshow' option for your galleries:
Gallery->Properties->General: Loop Slideshow,
click to enable this option and generate the slideshow.

For the ready galleries you can do it in engine/js/visualslideshow.js
file. Just change the following code:

"loop":false,



to:

"loop":true,

Related