![]() |
|
getCustomImageURL - maximum height - 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: getCustomImageURL - maximum height (/thread-2996.html) |
getCustomImageURL - maximum height - zucye - 29-05-2008 The Effervescence theme uses the following to control the image size: How can I change it, to only control the height? How can it be done? getCustomImageURL - maximum height - sbillard - 29-05-2008 Our functions are described in the document found here: http://www.zenphoto.org/documentation-official/zenphoto/_template-functions.php.html As you can see from the description of the getCustomImage parameters, the first parameter is the image size, the second the with, and the third is the height. What you want to do is getCustomImageURL - maximum height - zucye - 30-05-2008 Thanks it works perfectly. |