Skip to content

Commit

Permalink
Fuck me
Browse files Browse the repository at this point in the history
  • Loading branch information
jahseng-lee committed Jun 1, 2024
1 parent 0bb871c commit 5073e8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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!(360, 360, gravity: "south-west"),
thumbnail: magick.resize_to_fill!(520, 360, gravity: "south-west"),
}
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
src="<%= helper_location_thumbnail(location: location) %>"
class="search-result-img img-fluid rounded-start"
alt="Photo of <%= location.name_utf8 %>"
width="360"
width="520"
height="360"
>
</div>
Expand Down

0 comments on commit 5073e8b

Please sign in to comment.