[jQuery] Re: Cycle plugin issue in Safari & Chrome

2009-10-21 Thread poundcommapo...@gmail.com
I see. My gotcha on this is that the images are user-submitted, so while I have a width set for them, the height is going to be variable. I wrapped the function that calls cycle in a $(window).load function to wait until images have loaded, and that seems to have fixed me right up. Thanks much. O

[jQuery] Re: Cycle plugin issue in Safari & Chrome

2009-10-21 Thread Mike Alsup
Slideshows work best when you declare the image sizes using the height and width attrs. When the images are cached it's not a problem because the browser knows the dimensions of the image, but if the images are not cached there is a reasonable chance that your slideshow will start before the imag

[jQuery] Re: Cycle plugin issue in Safari & Chrome

2009-10-21 Thread poundcommapo...@gmail.com
An update - I've been told it's happening on Firefox in most cases as well. I have v3.5.3 on a PC and that works fine, though I've been told the same issue happens on 3.0 on a PC and I've seen it for myself on 3.5.3 on a Mac. > http://staging.pixelluxe.com/tt/child.html