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.
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
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.
Thanks, Stramm...I just changed mine from 65 px to 120 px and the filmstrip looks and functions much better than before.