views:

60

answers:

2

I'm looking for a jQuery 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?

+1  A: 

Depending on your needs, I like jQuery Tools Scrollable:

And jQuery Cycle looks nice too:

gurun8
I've used Cycle, it works great.
Coding District
A: 

http://fancybox.net/ has a gallery option that is nice.

Alex Sexton