joeblack9988 / slideshow

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

thumbnail row wraps #101

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Note: If this is a troubleshooting question, please first look in the FAQ
(http://code.google.com/p/slideshow/wiki/FAQ), search in the Google Group
(http://groups.google.com/group/mootools-slideshow) and / or post your
question there! This form is only for technical issues / bugs, thank you.

What steps will reproduce the problem?
1. Use a large number of images (140-170) in one show
2. Use horizontal thumbnails with the show
3. Go to the end of the thumbnails and you should see the row doubles up
around the 100th item

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system and
browser?

Please provide any additional information below.

Occurs in both Firefox and IE. Seems to allow for just over 100
images/thumbnails before it wraps

Original issue reported on code.google.com by dvint...@gmail.com on 10 Jul 2009 at 4:01

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Open demo.css.
Find ".slideshow-thumbnails ul"
Put width with 10000 or more.

(10000 = 200 pictures in maximum)
You can do width of ul/width of your thumbnails to calculate de maximum.
Or width of thumbnail * number maximum of pictures.

Original comment by lfs...@gmail.com on 30 Jul 2009 at 2:59

GoogleCodeExporter commented 8 years ago
This has been fixed in SVN.

Original comment by aeron.gl...@gmail.com on 21 Aug 2009 at 7:43