joeblack9988 / slideshow

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

The .slideshow-thumbnails ul width is not correct calculated #162

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
With many Pictures the last wont be in the Thumbnails list, because the padding 
which is 5px for each img is ignored by the calculation of the total width of 
the thumbnail list.

In the slideshow_css_standard.tpl on line 42 it had to be:

width:<?php echo($this->arrSlideshow2ThumbSize[0]+10)*$this->totalElements; 
?>px;

instead of:

width:<?php echo $this->arrSlideshow2ThumbSize[0]*$this->totalElements; ?>px;

Original issue reported on code.google.com by thorsten...@gmail.com on 4 Feb 2011 at 12:18

GoogleCodeExporter commented 8 years ago
Hi, you'll need to contact the developers of the PHP slideshow plugin you are 
using. This repo is for the underlying Javascript only.

Original comment by aeron.gl...@gmail.com on 4 Feb 2011 at 12:41