Image Sizer seems to have died on me for some reason, so I’ve had to switch to ED Imageresizer . It seems to work OK but I am having problems with the crop feature. I want it to crop an image to a specific size so I have the code as
{exp:ed_imageresizer image="{news_image}" maxWidth="220" maxHeight="330" cropratio="1:2" class="staticImage" alt="{title}"}But this spits out an image with these dimensions
/images/test.jpgI’m not entirely sure how to use that crop ration parameter, 1:1 seemed to be a square so I went with 1:2. Maybe that’s the problem? I just want it to crop to my maxWidth/maxHeight!
Thanks for any help