Displaying 1 result from an estimated 1 matches for "270x360".
Did you mean:
240x360
2005 Dec 19
3
RMagick Resizing Issue
...are created
and named correctly, but the sizes are wrong. Only the second argument of
my geometry call is used, with the width dimension being resized
proportionately.
file_column :image, :magick => { :versions => { "medium" => "180x240",
"large" => "270x360" } }
So all my images are 240 pixels high or 360 pixels high, but not the correct
width. Is there a toggle for resizing proportionately, or is my call wrong?
I have been using this page for reference:
http://www.kanthak.net/opensource/file_column/
Thx in advance for your help!
~ Ben
--
Ben...