Results 1 to 2 of 2

Thread: Touch Image Gallery -- Autostart option?

  1. #1
    Join Date
    Oct 2010
    Posts
    29
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Question Touch Image Gallery -- Autostart option?

    1) Script Title: Touch Image Gallery

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

    3) Describe problem: Can I make this script do an "auto start" so that the slideshow will automatically start when the webpage is loaded but a user can also use the manual controls if they want to? If so, what code do I need to add and where? I tried on my own; I failed. :-)

    Thanks!

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Sure, try the below modified .js file, which adds a autostart option. To use it, add the line in red to your intialization code:

    jQuery(function(){ // on DOM load
    $('div#touchgallery1').touchgallery({ // initialize first demo
    width: 250,
    height: 200,
    autostart: [true, 2000]
    })

    })


    where 2000 denotes a 2000 millisecond pause between frame change.
    Attached Files Attached Files
    DD Admin

  3. The Following 2 Users Say Thank You to ddadmin For This Useful Post:

    CookieMonster (09-09-2014),mlegg (09-07-2014)

Similar Threads

  1. Touch Image Gallery thumbnails options?
    By mlegg in forum Dynamic Drive scripts help
    Replies: 3
    Last Post: 06-02-2014, 05:22 PM
  2. Touch Image Gallery eratic behaviour
    By Red Fox in forum Dynamic Drive scripts help
    Replies: 12
    Last Post: 02-21-2014, 05:03 PM
  3. Need help with Touch Image Gallery
    By djp_12 in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 11-22-2013, 05:40 PM
  4. Touch Image Gallery vs IE
    By Barefoot in forum Dynamic Drive scripts help
    Replies: 4
    Last Post: 07-26-2013, 06:08 PM
  5. Touch Image Gallery
    By Brends in forum Dynamic Drive scripts help
    Replies: 6
    Last Post: 07-11-2013, 05:32 PM

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
  •