fix new ui member-pic default size 200 * 200

This commit is contained in:
Spen 2014-01-21 16:04:13 +08:00 committed by Saurabh Bhatia
parent 92f1f44e4b
commit 77c00ac72f
1 changed files with 1 additions and 1 deletions

View File

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