Results 1 to 3 of 3

Thread: Ultimate Fade-in slideshow (v2.4) - stop at last

  1. #1
    Join Date
    Sep 2010
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Ultimate Fade-in slideshow (v2.4) - stop at last

    Hi there,
    I would like to know how to make it with last image stay showing when the slide-show ends. I`m using this on my site. [Ultimate Fade-in slideshow (v2.4)]
    Which part in the code should i edit?

    Take a look at this site... http://url.ezenne.com/faq.php
    I have modified the code, and the slide-show stop playing. But the image showing there is the first slide image. I want the last image appears when it stops.
    Can someone tell me about this? Thanks so much!!

    Regards,
    Jornes
    Last edited by jornessim; 09-26-2010 at 01:28 PM. Reason: More detailed question.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    At the end, where you have code like this, add the highlighted:

    Code:
      displaymode: {type:'auto', pause:1000, cycles:1, wraparound:true},
      persist: false, //remember last viewed slide and recall within same session?
      fadeduration: 2000, //transition duration (milliseconds)
      descreveal: "ondemand",
      togglerid: "",
      oninit: function(){--this.setting.totalsteps;}
    })
    Don't miss the added comma (red), after the togglerid value.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Sep 2010
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi John,
    I am now able to make the last slide image appears there when the slideshow ends.
    Thanks for your code. Thank you very much!!!

    You are the best!!

    Regards,
    Jornes

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •