mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 04:01:43 +00:00
no perder el tamaño de imagen
This commit is contained in:
parent
78533e4982
commit
9d882aa8fa
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ class Post::ImageUploader < CarrierWave::Uploader::Base
|
|||
|
||||
version :thumb do
|
||||
process :strip
|
||||
process resize_to_fill: [200,200]
|
||||
process resize_to_fit: [200,200]
|
||||
end
|
||||
|
||||
def strip
|
||||
|
|
Loading…
Reference in a new issue