fix new ui member-pic default size 200 * 200
This commit is contained in:
parent
92f1f44e4b
commit
77c00ac72f
|
@ -42,7 +42,7 @@ class AvatarUploader < CarrierWave::Uploader::Base
|
|||
# end
|
||||
|
||||
version :thumb do
|
||||
process :resize_to_fit => [80, 80]
|
||||
process :resize_to_fit => [200, 200]
|
||||
end
|
||||
|
||||
# Add a white list of extensions which are allowed to be uploaded.
|
||||
|
|
Reference in New Issue