This commit is contained in:
Nicolas Bally 2020-08-11 12:40:50 +02:00
parent 00cffdbcee
commit fe5db8f702

View File

@ -22,7 +22,7 @@ class ImageUploader < CarrierWave::Uploader::Base
# end # end
# Process files as they are uploaded: # Process files as they are uploaded:
process :resize_to_limit => [1200, 1200] #process :resize_to_limit => [2200, 2200]
# #
# def scale(width, height) # def scale(width, height)
# # do something # # do something