ZenphotoCMS Forum
Extra thumbnails for wide pictures - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Extra thumbnails for wide pictures (/thread-7587.html)



Extra thumbnails for wide pictures - Maddin - 2010-09-07

Hi,

I want to change the thumbnail size for wide pictures, for example every picture with "width > 2*height", so that these thumbnails are twice the normal width.

I already tried to change this in i.php, functions-basic.php, template-functions.php and class-image.php - withouth success

Could you give me a hint where (e.g. which function) I can change this?

(I am using the "default" theme)




Extra thumbnails for wide pictures - acrylian - 2010-09-07

You should never hack core files as you will get problems with update.

You can do all this on your theme directly, there are functions for image sizes and fir width/height, there is even one to check landscape images. See the theming tutorial and the documentation.