Hi I'm having a problem with creating a dynamic gallery with php and jQuery. In simple words, I have got a hundred pictures I want displayed in a nice form (for a photographer's website). Pictures have been optimized, so the whole gallery weights about 10mb.
I am using the galleryView plugin. php is used to take all filenames from the images' folder and create an unordered list of s. GalleryView then gets the list and creates a neat gallery.
The problem I've got is that you have to wait for the gallery to show until all the pictures are downloaded. with 10mbs, it takes ages.
Is there a simple option of running the gallery after only a few files are downloaded?
Or does anyone maybe know a better way of doing it? some nice jQuery gallery plugin that can handle many images? I've been quite unsuccessful searching for one.
Thanks in advance