Image preload for jQuery Cycle Plugin

Im brand new to jquery and trying to figure out how to preload images for jQuery Cycle Plugin.

I have 5+ large images, and I need them to be preloaded before starting the slide show with the Cycle plugin. I also need to display the boot file so that it preloads the images.

I tried to implement the technique here http://jqueryfordesigners.com/image-loading/

but still could not figure out how to make it work with the loop plugin.

Can anyone help me with this?

thanks

+3
source share
2 answers

... , , , . img, , , .

jQuery('.imageslideshow').cycle({
    slideExpr: 'img',
    // other options
});
+1
0

All Articles