05/23/2014 at 10:22 am
#291955
Keymaster
@ mary
Please do no reply to the email auto-responder, replay back here in the forum. Thanks!
Slim Plus will automatically create images from the source image that are
120px x 100px. It does not use the pre-cached image sizes created when you add a new image. You will have to pre-process the image, scale and crop. If you upload a pre-cropped image using the same ratio (6:5) that would work too. For example, images with the dimension of 200px x 167px or 110px x 92px. Here’s the math…
( width / height ) * new-height = new-width
OR
( height / width ) * new-width = new-height
Hope that helps!