Hi, I am using attachement_fu plugin with Rmagick image processor for uploading images. Even though I am able to upload images properly there is some problem with thubnails created. Thumbs are created with same size as original image. Also the height and width of images are not as null in database. Here is my model. has_attachment :storage => :file_system, :resize_to => ''640x480'', :thumbnails => { :thumb => ''160x120'', :tiny => ''50>'' }, :max_size => 5.megabytes, :content_type => :image, :processor => ''Rmagick'' -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.