fix thumb resize_to_limit
This commit is contained in:
parent
a0768d5076
commit
54b33b5fc3
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue