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

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -