printCustomSizedImageMaxHeight is somehow considered as depractated and that functionality is already on the to do list.
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 , ); }
according to:
you can turn the watermark off, but it's not working for me. i tried:
alright, english is not my first language and i struggled with the word "inhibit" (thought it was something like "include"), therefore i tried both false and true, only with true i didnt clear the cache.
but it's working now properly and i learned a new word, damn you guys are good