joeblack9988 / slideshow

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

Using different thumbnail widths causes incorrect spacing in thumbnail slider #198

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
---------------------
1. Create a list of thumbnails of differing widths
2. Populate the slideshow with that list of images/thumbnails
3. The slideshow works, but the thumbnails are positioned funky.
4. View a demo here - 
http://marcanthonyphotography.com/weddings/portfolio-test.php

What is the expected output? What do you see instead?
-------------------
The images should line up with consistent spacing and no overlap.
Observed behavior is that some thumbnail images overlap and the spacing is 
inconsistent. It appears the width being applied to the "li" element is 
incorrect.

What version of the product are you using? On what operating system and browser?
---------------------
Slideshow: v1.3.2.110508
OS: Windows XP
Browsers: 
-Chrome 11.0
-IE 8.06
-Firefox 3.6.8

Original issue reported on code.google.com by Clevelan...@gmail.com on 13 May 2011 at 5:16

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by aeron.gl...@gmail.com on 13 May 2011 at 5:30

GoogleCodeExporter commented 8 years ago
I'm having the same issue. The old slideshow the <li> was all css driven. The 
new version calcs the size in the js.

old
<li>

new
<li id="Slideshow-13055742132890" style="height: 75px; width: 95px;">

An option to not size the <li> maybe?

Original comment by ian.w.ma...@gmail.com on 16 May 2011 at 7:41

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Fix is on github, will be in next build.

Original comment by aeron.gl...@gmail.com on 11 Jul 2011 at 2:52