syamilmj / Aqua-Resizer

Resize WordPress images on the fly
502 stars 208 forks source link

Remove cropping but enable resizing ? #44

Open tergra opened 10 years ago

tergra commented 10 years ago

Hi,

I have an issue on my website : http://www.sudtrotting.com/ On thumbnails, the horses' heads (or actually the borders of the images) are cropped out. I would like them to still be visible, any ideas ? I tried fixing it by myself but am not a PHP expert so couldn't find any way.

Even a hot fix would be nice. Thanks a lot !

apkpro commented 10 years ago

hi, i am also searching for the same thing, please provide info on how to disable Auto croping of images in aqua resizer for wp?? Thanks

wpexplorer commented 9 years ago

Set the height to '9999' that way it will resize the width but not crop the height.

You could also set the $crop variable as an array to define the locations - http://codex.wordpress.org/Function_Reference/add_image_size (just like explained here)