We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd7986f + cc6ec28 commit 0ed8a3dCopy full SHA for 0ed8a3d
app/models/media.rb
@@ -33,7 +33,7 @@ class Media < ActiveRecord::Base
33
:micro => {geometry: '50x50>', format: :jpg},
34
:ar_post => {geometry: '1140x', format: :jpg}
35
},
36
- :processors => [:thumbnail, :paperclip_optimizer],
+ :processors => [:thumbnail],
37
:preserve_files => 'true',
38
# :path => ':class/:attachment/:style-:id.:extension'
39
:path => ':class/:attachment/careerbuilder-:style-:id.:extension',
0 commit comments