Re: [jQuery] Load image gallery faster - or tips

2009-11-17 Thread jerome.chevreau
Liam Byrne wrote: > > Images can only load as quickly as their connection will allow. > > Your best option is to load the first set of thumbnails (if there's, say, > 12 per page I load 24) and the first image, and then dynamically load the > remainder via ajax or other method. > > Liam > >

Re: [jQuery] Load image gallery faster - or tips

2009-11-17 Thread liam
Images can only load as quickly as their connection will allow. Your best option is to load the first set of thumbnails (if there's, say, 12 per page I load 24) and the first image, and then dynamically load the remainder via ajax or other method. Liam > > Hi everyone, > > I have an image galler

[jQuery] Load image gallery faster

2009-11-17 Thread jerome.chevreau
Hi everyone, I have an image gallery and i would like to know if there is a way to load my images faster so the user dont have to wait for a long time. The image size play a big role in it. I practically load all the images upfront before showing the big image and thumbs. Is it a good practice or