I’m quite new to jquery and trying to figure out how to preload images for the jQuery Cycle Plugin.
I have 5+ large size images and I need those to be preloaded befo
Manage to make it working..
http://www.thefancyhouse.com/charlienutting/
Thanks to David of course.
I got the idea from you.. but different approach :)
I'm learning Jquery fast.
Thanks everyone!
...or if what you are experiencing is a pause between image transitions, add this argument to the cycle function. It makes cycle ignore non img content, such as whitespace and linebreaks, which can cause cycle to pause between transitions.
jQuery('.imageslideshow').cycle({
slideExpr: 'img',
// other options
});