Hello,
I'm using zenphoto 1.2.3 with Thinkdreams theme. The album thumbnails are generated using the function like this:
`
printCustomAlbumThumbImage(getAlbumTitle(), null, 280, 130, 280, 130, 0, 0, 'reflect', null);
`
This way, the original photo is 650x433px and gets resized and cropped to 280x130px.
The problem is that one of my album thumbnail images is already 280x130px and gets stretched anyway, when it should remain untouched.
Is there any option to prevent this?
Thanks.
Comments
I already had the option for upscaling disabled. The result is the same. If I use an image with 280x130px it gets stretched and cropped when it shouldn't.
No luck for this problem?
The thing is, the original image was bigger than the thumb but the resulting cropped area wasn't ok because it cropped the center of the image. So I cropped the image in Photoshop with the final thumbnail size (280x130px) to overcome this problem.
So, when I choose this image to be the album thumbnail, it gets cropped and stretched. What it should do is ignore the crop function if the image size is equal the given parameters...
But I'll try to upgrade to latest version...
Thanks for your help so far!