How do I tell Paperclip not to save the original file when it is uploaded? Or even better, to store a scaled version of the file as the original?
I believe that you can simply define a style for :original to have paperclip replace the original with that size.
:styles => { :original => '300x168>', :cropped_thumb => {:geometry => "115x70#", :jcrop => true}, ...}
2.1m questions
2.1m answers
60 comments
57.0k users