change UI and add expected waiting time
This commit is contained in:
@@ -33,7 +33,7 @@ class MenuItemImageUploader < CarrierWave::Uploader::Base
|
||||
|
||||
# Process files as they are uploaded:
|
||||
# process scale: [200, 300]
|
||||
process :resize_to_fit => [200, 150]
|
||||
process :resize_to_fit => [400, 250]#[200, 150]
|
||||
|
||||
#
|
||||
# def scale(width, height)
|
||||
|
||||
Reference in New Issue
Block a user