fix thumb resize_to_limit

This commit is contained in:
manson 2015-02-13 15:10:37 +08:00
parent a0768d5076
commit 54b33b5fc3
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class GalleryUploader < CarrierWave::Uploader::Base
# end # end
version :thumb do version :thumb do
process :resize_to_limit => [200, 0] process :resize_to_limit => [200, nil]
end end
version :theater do version :theater do