change UI and add expected waiting time

This commit is contained in:
phyusin
2018-05-02 11:59:35 +06:30
parent 027550121e
commit 7c6d842a31
8 changed files with 145 additions and 116 deletions

View File

@@ -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)