Displaying 1 result from an estimated 1 matches for "420x595".
Did you mean:
420595
2007 Mar 28
3
attachment_fu Not Resizing
...ge,
: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 fields in the database are no longer
being set. For new upload...