For main image (not full size, not thumb), it would be useful to be able to set a maximum canvas area that the image can use.
Currently, image size is either set by width or longest edge.
This feature would effectively also allow it to be set by height.
Comments
printCustomSizedImageMaxHeight
Meanwhile you could try this code that is more reliable than the function above on your image.php (works for thumbnails except album thumbs, too):
`
if (getFullWidth() === getFullHeight() OR getFullWidth() > getFullHeight()) { printCustomSizedImage(getImageTitle(), null, , null);
} else {
printCustomSizedImage(getImageTitle(), null, null , );
}
`
Thanks
:-)
http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functionprintCustomSizedImage
you can turn the watermark off, but it's not working for me. i tried:
<?php printCustomSizedImage(getImageTitle(), null, null , 85,'' ,'' , '', '', '', '', false); ?>
<?php printCustomSizedImage(getImageTitle(), null, null , 85,'' ,'' , '', '', '', '', false); ?>
but it's working now properly and i learned a new word, damn you guys are good