The images sure are getting resized but not to the specified dimensions even though I have attached large images. For example, a '791 X 1015' image was resized like this
Specified - Resized
400 X 250 - 195 X 250
89 X 50 - 39 X 50
Here's my code:
has_attached_file :data, :styles => { :medium => "400x250>", :small => "150x150>", :thumb => "80x50>" }
I'm using
Paperclip 2.3.8
Ruby 1.8.7
Rails 2.3.2
Ubuntu 10.04
Any ideas ? Thanks!