Member
Member
zucye   29-05-2008, 20:08
#1

The Effervescence theme uses the following to control the image size:
(getCustomImageURL(550, null)

How can I change it, to only control the height?
I want for example the maximum height to be 600. I don’t care much about the weight!

How can it be done?
I tried the following without success:
(getCustomImageURL(600, 800)
(getCustomImageURL(800, 600)

Member
Member
sbillard   29-05-2008, 20:25
#2

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 getCustomImage(null, null, 600);

Member
Member
zucye   30-05-2008, 13:56
#3

Thanks it works perfectly.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.