Hello,
I am looking to resize my custom thumbnail images to a larger size, however is it possible to only resize the thumb on the intermediate image page (displayimage.php) but not resize the thumbnails that are displayed on the album page. I thought that the "mini_" thumbs were the intermediate image thumbnails and "thumb_" was the the album thumbnail. Is this possible without modification?
Thanks,
jsg
No, the thumb_ thumbnails display on the index and displayimage.php (but you can change your theme to display the mini thumbs for use in the filmstrip).
Do you know which part of the theme (variable definition / function)?
Cheers,
function theme_display_film_strip is a good start... try an older classic theme (somewhere ~CPG 1.4.5). It has a modified function theme_display_film_strip() that html resizes the thumbs. Somewhere I also posted a filmstrip function that replaces the regular thumbs with the mini thumbs.