Displaying 1 result from an estimated 1 matches for "61x110".
Did you mean:
617110
2007 Mar 28
3
attachment_fu Not Resizing
...lt; ActiveRecord::Base
has_attachment :content_type => :image,
:storage => :file_system,
:max_size => 18.megabytes,
:resize_to => ''300x'',
:thumbnails => { :thumb => ''61x110!'' }
validates_as_attachment
end
I expected a 420x595 image to be resized to 300xWhatever and a 61x110
thumbnail to be created. The image and thumbnail product records
were both created in the database but the images were left at the
original size.
Strangely the width and height...