Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 583
z3cko Avatar asked Mar 23 '11 21:03

z3cko


1 Answers

For others looking for a slideshow that "lazyloads" images, here are 2 options:

  • http://galleria.aino.se/ - great slideshow, lots of options, not really lightweight
  • http://reallysimpleworks.com/slideshow/ - simple, works fine. I´m using this one now.
like image 181
Mattvic Avatar answered Sep 21 '22 18:09

Mattvic