search for: 150x165

Displaying 1 result from an estimated 1 matches for "150x165".

Did you mean: 250x165
2006 Nov 21
1
file_column and resizing only when it's bigger issue
...design to display the logo of the upcoming event. So 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 fil...