Results 1 to 3 of 3

Thread: Ultimate Fade In Slideshow v2.1 help to increase # of slides

  1. #1
    Join Date
    Mar 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Ultimate Fade In Slideshow v2.1 help to increase # of slides

    1) Script Title: Ultimate Fade In Slideshow v2.1

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...nslideshow.htm

    3) Describe problem: Would like to know how to increase the number of slides for the slideshow? What code do I copy and where do I paste it? Am a newbie, but will read if pointed in the right direction. Thanks!

  2. #2
    Join Date
    Feb 2011
    Posts
    15
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    Hope this helps.....

    Code:
    var mygallery=new fadeSlideShow({wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow dimensions: [250, 180], //width/height of gallery in pixels. Should reflect dimensions of largest image
    imagearray: [
    ["http://i26.tinypic.com/11l7ls0.jpg", "", "", "Nothing beats relaxing next to the pool when the weather is hot."],
    ["http://i29.tinypic.com/xp3hns.jpg", "http://en.wikipedia.org/wiki/Cave", "_new", "Some day I'd like to explore these caves!"],
    ["http://i30.tinypic.com/531q3n.jpg"],
    ["http://i31.tinypic.com/119w28m.jpg", "", "", "What a beautiful scene with everything changing colors."] //<--no trailing comma after very last image element!],
    ["http://folder or url link/yourpic.jpg"],
    ["http://folder or url link/yourpic.jpg"],
    ["http://folder or url link/yourpic.jpg"],
    ["http://folder or url link/yourpic.jpg"],
    displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
    persist: false, //remember last viewed slide and recall within same session?
    	fadeduration: 500, //transition duration (milliseconds)
    	descreveal: "ondemand",
    	togglerid: ""
    })

  3. #3
    Join Date
    Mar 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks, so it looks like I just add the highlighted code to the corresponding area you have indicated. Is that right? or do I add all of the code you have in the box?
    Thank you so much for responding!

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
  •