Skip to content

Commit

Permalink
modify image res
Browse files Browse the repository at this point in the history
  • Loading branch information
progapandist committed Jun 4, 2024
1 parent dbffd38 commit ffd6c2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ def go_seed
work.update!(imgproxy_url:
Imgproxy.url_for(
slug_name,
width: 4000,
height: 3000,
resizing_type: :fill,
width: 3840,
height: 2160,
resizing_type: :fit,
gravity: :sm,
format: :avif
))
Expand Down

0 comments on commit ffd6c2a

Please sign in to comment.