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

你离开我真会死。 提交于 2019-12-18 13:32:37

问题


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


回答1:


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.



回答2:


try jcarousel, it's lovley (lazyloading possible ..)




回答3:


I know this was posted 2 years ago, but jcarouFredSel would work:

http://coolcarousels.frebsite.nl/c/14/



来源:https://stackoverflow.com/questions/5412015/searching-for-a-lazy-loading-jquery-slideshow-or-hacking-cross-slide

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!