joeblack9988 / slideshow

Automatically exported from code.google.com/p/slideshow
0 stars 0 forks source link

Vertical Thumbnail support Slideshow-1.3.2.110508 #199

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I tried updating to the latest version but now the thumbnails form columns 
rather than just one column and there's no vertical animation.

To duplicate:

Add this to your sample index.html to make them vertical on the right.
.slideshow-thumbnails {
height: 300px;
left: auto;
right: -80px;
top: 0;
width: 70px;
}
.slideshow-thumbnails ul {
height: 500px;
width: 70px;
} 

They'll stack as expected. Then increase the number of images to 8 and you'll 
see two columns of 4 images and the animation goes from side to side.

Line 903 in slideshow.js seems to indicate that vertical should still be 
supported.

Please take a look.

Original issue reported on code.google.com by aeron.gl...@gmail.com on 14 May 2011 at 3:42

GoogleCodeExporter commented 8 years ago
Any updates on this issue?

Original comment by peterdel...@gmail.com on 19 May 2011 at 2:20

GoogleCodeExporter commented 8 years ago
Fixes and stuff are usually pushed out after the weekend (mostly that's when I 
have time to look into this stuff).

Original comment by aeron.gl...@gmail.com on 19 May 2011 at 2:53

GoogleCodeExporter commented 8 years ago
I'm having the same issue, can you please suggest a temporary hack?

Original comment by ja...@bigbang.ie on 15 Jun 2011 at 2:29

GoogleCodeExporter commented 8 years ago
I have the same issue. The vertical thumbnails are one of the reasons to use 
it, but nonprofit that works. Thanks

Original comment by perspec...@gmail.com on 15 Jun 2011 at 6:21

GoogleCodeExporter commented 8 years ago
This has been verified to be working in the version currently on Github. In the 
stylesheet added some example styles at the bottom for sizing/positioning 
vertical thumbnails.

Original comment by aeron.gl...@gmail.com on 11 Jul 2011 at 3:33

GoogleCodeExporter commented 8 years ago
Do you have a planned release date for a version incorporating the latest fixes?

Original comment by ben...@gmail.com on 28 Sep 2011 at 3:06

GoogleCodeExporter commented 8 years ago
Related issue: http://code.google.com/p/slideshow/issues/detail?id=234

Original comment by mess...@andreasburg.de on 15 Jul 2012 at 1:46