rubyist
rubyist

Reputation: 3132

jquery cycle plugin with thumbnails scrollable to left or right onclick

I am trying to integrate jquery image slider. But I need to slide the thumbnails to left and right also(like http://coffeescripter.com/code/ad-gallery/). I could create thumbnails. But I couldn't find any option to slide the thumbnails. Is there any option in cycle plugin. How can I do it??

Upvotes: 2

Views: 2593

Answers (2)

peduarte
peduarte

Reputation: 1677

The Cycle Plugin does not offer this as default. You can achieve what you're after but it means you'll have to write something up.

I would recommend you using something which can offer what you're after by default, have a look at Scrollable: http://flowplayer.org/tools/demos/scrollable/gallery.html

It's really easy to use and you can do anything with it using their API.

Upvotes: 0

Babu
Babu

Reputation: 127

See if it can help...

http://jquery.malsup.com/cycle/options.html

Upvotes: 1

Related Questions