CGSmartImage Crop To Fit + resize
Posted: Sat Mar 16, 2013 2:27 pm
I have image 371x558px
I want to get size of it 455x255px cropped and resized with aspect ratio.
Trying to use this code:
<img alt="" src="{CGSmartImage src='http://www.mydomain.com/uploads/images/ ... /Image.jpg' quality=100 notag=1 noembed=1 filter_croptofit='455,255,tl,upscale'}" />
But in result I get 426x255px instead of 455x255px.
I want to get size of it 455x255px cropped and resized with aspect ratio.
Trying to use this code:
<img alt="" src="{CGSmartImage src='http://www.mydomain.com/uploads/images/ ... /Image.jpg' quality=100 notag=1 noembed=1 filter_croptofit='455,255,tl,upscale'}" />
But in result I get 426x255px instead of 455x255px.