Film Strip Thumbnails Under Intermediate Image Not Fitting All of Thumbnails Film Strip Thumbnails Under Intermediate Image Not Fitting All of Thumbnails
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Film Strip Thumbnails Under Intermediate Image Not Fitting All of Thumbnails

Started by riyahfinessence, July 06, 2010, 12:41:49 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

riyahfinessence

Hi  ;D My problem is that I set my items in filmstrip to five, but not all thumbnails are fitting.  They did before I updated to 1.5.6 a few days ago. But when I did update it changed.  I did everything in the manual to update my 1.4.x theme.  I went over it one billion times lol 

The table cuts the 5th thumbnail off and although the thumbnails are not the same size they used to have an even amount of space between them but now they don't.  I've included a screenshot (with arrows) and my gallery is http://www.riyahfinessence.net/riyahgallery/index.php

I hope this is the right place to post this. Wasn't sure if this should be in themes...
Mariah Carey Fanatic.

Joe Carver

Have you tried adjusting the settings in:

Config >> Album list view >> Width of the main table
and/or
Config >> Image view >> Width of the table for file display

riyahfinessence

I just tried both and nope...yes the tables expanded but it seems like some other "width" is set smaller within the table...
Mariah Carey Fanatic.

Αndré

The film strip width is calculated in that way:
$CONFIG['max_film_strip_items'] * ( $CONFIG['thumb_width'] + 4 )

If you decrease the padding for
Quote.thumb {
height:100px;
margin-left:75px;
padding:5px;
}
(to e.g. 2px) it should work.

riyahfinessence

thanks! that worked, but they're off to the side (left). any idea how i can center them? thanks...
Mariah Carey Fanatic.

Αndré

Please have a look at this. I also recognized, that your prev/next buttons in the film strip aren't visible. Maybe it's related to your non-centered film strip issue.

riyahfinessence

Mariah Carey Fanatic.