Results 1 to 3 of 3

Thread: Step Carousel Auto Play starts before images load

  1. #1
    Join Date
    Apr 2009
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Step Carousel Auto Play starts before images load

    1) Script Title:
    Step Carousel Viewer v1.6.1

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

    3) Describe problem:
    I have set up the Step Carousel to auto play through a series of large images. However, the Carousel starts playing before the first image finishes loading. Is there a way to force the auto play not to play until the page finishes loading?

    If so, what does the code look like, and where do I put it?

    Thanks in advance!
    -Laura
    Last edited by Snookerman; 04-22-2009 at 01:53 PM. Reason: added “Resolved” prefix

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

    Default

    You can try changing the following line inside the .js file:

    Code:
    jQuery(document).ready(function($){

    to:

    Code:
    jQuery(window).bind('load', function(){
    	var $=jQuery
    DD Admin

  3. The Following User Says Thank You to ddadmin For This Useful Post:

    lsavard (04-22-2009)

  4. #3
    Join Date
    Apr 2009
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Thank You!

    Thanks so much! That solved my problem and was much less of a headache to fix than I expected.

    Laura

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
  •