diff --git a/app/models/user.rb b/app/models/user.rb index 6140d41fa..976f1bdc0 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -4,7 +4,7 @@ class User < ApplicationRecord include Timelined # Depends on Accessor has_one_attached :avatar do |attachable| - attachable.variant :thumb, resize_to_limit: [ 256, 256 ] + attachable.variant :thumb, resize_to_fill: [ 256, 256 ] end belongs_to :account