search for: 134x88

Displaying 1 result from an estimated 1 matches for "134x88".

Did you mean: 13488
2006 Nov 21
1
file_column and resizing only when it's bigger issue
...o I put in code like this. file_column :image, :magick => { :versions => { "250x165" => "250x165"}} I was under the assumption that the image under directory 250x165 will be of this size if the image is bigger than 150x165. But I found out that for an image of size 134x88 the image under the directory is of 250x164. So in this case the image had to be enlarged which doesn''t look good. Since in this case the original image itself was smaller than 150x165 , I had rather use the original image. I am using file_column plugin. Is there a way I can tell file_co...