Searching for a Lazy Loading jQuery Slideshow or: hacking cross-slide

I am trying to get a jquery slideshow to display images from flickr, fading and scrolling. Everything works fine, except I really need Lazy Loading of the images (just loading the images on demand).

I am currently using jquery.cross-slide ( http://tobia.github.com/CrossSlide/ ) but unfortunately tobia is not working on the plugin anymore and also does not want to answer to questions.

I found an example of jquery.cycle, where image lazy loading is applied (see http://malsup.com/jquery/cycle/add3.html ) is there any chance of hacking this feature into the source of cross-slide or is it not possible due to the architecture of the plugin? see the code here: https://github.com/tobia/CrossSlide/blob/master/jquery.cross-slide.js#L131

5
задан Cœur 10 September 2017 в 06:48
поделиться