I had this hack working in 1.1, but 1.15 seems to have changed the i.php file, taking the resizing out and putting it into the function 'cacheGalleryImage' in functions-image.php. I cannot seem to get it working the same. Could you post where and what to change to get the proportional, non-cropped thumbnails working? Thanks.
Your best bet is to use the customsized image function(s) to create your thumbs. Hacking the zenphoto core is bound to cause you problems like you just experienced. That said, The code that got moved is really unchanged but for the location, so you could just re apply your hack to the code in its new locations.
Hello,
I found such resolution, no need zenphoto core hack:
`
[img][/img]`
or with next_image() loop:
`
">
[img][/img]
`
ah yes, more clear:
`
[img][/img]`
According to spec http://code.google.com/apis/picasaweb/reference.html#Parameters
thumbsize parameter can be cropped or uncropped up to 800px size. But
400c size is not allowed (biggest allowed cropped size is 160c).
For example, request http://picasaweb.google.com/data/feed/api/user/greeceru/album/test?th...
says "thumbsize: That is not one of the acceptable values".
Did I something wrong? Thanks.
Searched a long time for this - thanks!