Reputation: 3132
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
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