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.

On Oct 21, 7:39 pm, Mike Alsup <mal...@gmail.com> wrote:
> 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 images have been fully loaded.  In that case, if
> you're not explicit about the dimensions of the slideshow and the
> slides (in css), you'll get what you get.
>
> Mike
>
> On Oct 21, 6:11 pm, "poundcommapo...@gmail.com"
>
> <poundcommapo...@gmail.com> wrote:
> > 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

Reply via email to