imagemagick - Rails Paperclip Plugin - Style Options for Resizing -
Therefore, I want to convert the images to a certain width, but the proportional height.
I've been trying a wide range of operators:
380x242 # 380x242> 380! X242 380x242 & lt;
Any of them have no desired effect, any help? I want to fill it in 380 width or resize it, then shrink the upper shape with the same factor as it wanted to shrink the image or to resize the image to 380 wide.
Try using 380x
this should change the width to 380px And keep the original aspect ratio.
For all the available options to resize the images here:
Comments
Post a Comment