coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: slowbart on June 16, 2007, 02:12:23 PM

Title: Filmstrip thumbnail size
Post by: slowbart on June 16, 2007, 02:12:23 PM
I wanted to make some minor changes to the classic theme so I copied it to a new directory in the themes folder.

Even without making any changes, when I select the new (test) them, it creates the thumbs in the filmstrip at a very small size.

Any ideas why this is happening? I'm only qualified to tweak the style.css  ;D so I need a bit of help here!

My site is here: http://mattrexphoto.com/cpg148/displayimage.php?album=2&pos=0
It's standard classic theme + changed colours in style.css but I'd like bigger thumbs in the filmstrip...

Thanks,
Matt.
Title: Re: Filmstrip thumbnail size
Post by: Stramm on June 17, 2007, 11:12:55 AM
older versions of the classic theme have a non standard function theme_display_film_strip() in the theme.php that reduces the thumb size

the calculation starts after
$new_size = 65;

edit: if you haven't modified that above function, it should be enough to just delete it from your theme.php
Title: Re: Filmstrip thumbnail size
Post by: slowbart on June 17, 2007, 03:11:00 PM
Thanks Stramm!

Deleted entire function and it appears to work as normal now. i.e. thumbs in filmstrip are same size as normal album thumbs.

Cheers,
Matt.
Title: Re: Filmstrip thumbnail size
Post by: cpgaelic on June 24, 2007, 04:09:18 PM
Thanks, Stramm...I just changed mine from 65 px to 120 px and the filmstrip looks and functions much better than before.