Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Makis77 Friend
    #147032

    Hi everyone,

    How do I prevent mod_jaslideshow from looping after the last image?
    I want the last image to stay for ever.
    Thanks in advance. 😀

    Anonymous Moderator
    #327236

    Hi Makis77

    Open modulesmod_jaslideshowja_slideshowja.slideshow.js file, find following code section:


    if(this.options.animationRepeat == "false" && this.current[0]== 0){
    // this.fx.stop(true);
    return;
    }

    and change to:


    if(this.current[0]== 0){
    this.fx.stop(true);
    return;
    }

    Makis77 Friend
    #327429

    You are the best! Thanks a million! 😀

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Makis77 14 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum