Skip to content

Commit

Permalink
TOO SMOL
Browse files Browse the repository at this point in the history
  • Loading branch information
jahseng-lee committed May 24, 2024
1 parent 40085da commit f197925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/uploaders/banner_image_uploader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class BannerImageUploader < Shrine

{
banner: magick.resize_to_fill!(1600, 400),
thumbnail: magick.resize_to_fill!(240, 240, gravity: "south-west"),
thumbnail: magick.resize_to_fill!(360, 360, gravity: "south-west"),
}
end
end

0 comments on commit f197925

Please sign in to comment.