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??
Asked
Active
Viewed 2,590 times
2 Answers
1
See if it can help...

Babu
- 127
- 2
- 9
-
i checked the options of cycle plugin. But it seems there is no option like that for thumbnails.. – rubyist Nov 24 '11 at 09:59
0
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.

peduarte
- 1,667
- 3
- 16
- 24
-
Is there any other plugin which offers thumbnail scrolling and main image scrolling?? – rubyist Nov 24 '11 at 14:46
-
1I think would do exactly what you need: [http://www.ndoherty.biz/demos/coda-slider/2.0/#example-4](http://www.ndoherty.biz/demos/coda-slider/2.0/#example-4) The only thing you will need to do is add the thumbnails. – peduarte Nov 24 '11 at 15:09
-
I was checking the ad-gallery plugin for the image slideshow. But it seems there is no thumbnail creation on the fly in this plugin. I need a plugin where I can create thumbnails on the fly like cycle plugin. Also i had a look at galleria plugin and there it seems we need to use the themes to work it. – rubyist Nov 25 '11 at 08:48