What's a good jQuery ligthbox plugin that cycles through images? (like a carousel)
I'm looking for a jQue开发者_Go百科ry lightbox plugin that has the ability to, with it's next and previous buttons, cycle through images repeatedly. Like a carousel effect.
I've been using jQuery Lightbox Plugin (balupton edition)
but that doesn't have the option to continue cycling through images. It reaches the last image in the array and then disables the 'next' button.
So to save me some time coding, what are some plugins you can recommend?
Depending on your needs, I like jQuery Tools Scrollable:
- http://flowplayer.org/tools/scrollable/
- http://flowplayer.org/tools/demos/scrollable/gallery.html
And jQuery Cycle looks nice too:
- http://jquery.malsup.com/cycle/
http://fancybox.net/ has a gallery option that is nice.
精彩评论