If I place 10 pictures in the tiny slideshow, only 8 or 9 thumbnails are visible.

I have used the Tiny Slide Show on my website and I am very happy about it!! The result is exactly what I wanted! The only thing is that I'm not able to fix a problem. The thumbnails shown beneath the slideshow are not all visible. To explain, If I place 10 pictures in the slideshow, only 8 or 9 thumbnails are visible. The pictures are all saved the correct way in the correct file so that's not the problem. It seems that it perhaps has something to do with the fact that I've placed so many pictures in the slideshow. Could you be able to be of assistance and resolve this problem? Thank you in advance!!
asked Jan 3, 2012 by anonymous

1 Answer

0 votes

Since I'm toying with the TinySlideshow tool myself I thought I'd try and be helpful.

 

If you take one of the list item elements within  the 'slideshow' ul element and paste it multiple times do you have the same problem? By that I mean take an element you're sure is working and repeat it 10 or so times and see what happens.  I did and it worked okay. Depending on your browser you may want to check to see if you're getting any javascript errors elsewhere in your code to see if anything is interferring with this code.
 
Example element to repeat within ul.
 
<li>
<h3>Blue Fish</h3>
<span>photos/blue-fish.jpg</span>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam ut urna. Mauris nulla. Donec nec mauris. Proin nulla dolor, bibendum et, dapibus in, euismod ut, felis.</p>
<img src="thumbnails/blue-fish-thumb.jpg" alt="Blue Fish" />
</li>
 
Hope this helps.

 

answered Jan 4, 2012 by cibydesign (200 points)