Slideshow with thumbnails on 2.0

linuesa / 2012-12-23 11:21:06   

I saw this site and I was surprised:


daniel-archer.com/home/folio/women/

Is there any way to have thumbnails Slideshow in version 2.0? It would be a great thing that I think many people are waiting ...
I would appreciate any information ...
Thank you!

arsondpi / 2012-12-23 13:06:13   

linuesa have you checked the latest version? ;-)

linuesa / 2012-12-23 17:51:53   

No way!!!
Where???? :P

linuesa / 2012-12-24 14:12:04   

ok I found it!
How I can make the thumbnails margin is the same on each side?

linuesa / 2012-12-24 14:14:05   

It's possible put the thumbnails on left or right side, instead of bottom??

arsondpi / 2012-12-24 14:47:15   

...try adding/editomg to the css of the plugin, the following:

  1. #thumbnails {
  2.     float: left;
  3.     width: 40px;
  4. }
  5. #slideshow-wrapper {
  6.     float: left;
  7.     padding-bottom: 5px;
  8. }

The width of #thumbnails is the width of the column of the thumbnails so adjust at will.

Vaska A / 2012-12-24 15:08:50   

You can customize it if you want something different.

This thread has been closed, thank you.