Skip to content

Commit

Permalink
Merge pull request #24 from art-institute-of-chicago/drift/resize-out…
Browse files Browse the repository at this point in the history
…put-images

Update artwork `img` to be a medium size
  • Loading branch information
driftingly authored May 2, 2024
2 parents 66a444e + 18cfcb5 commit 6fc271a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/Http/Resources/ThemePromptArtworkResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
class ThemePromptArtworkResource extends JsonResource
{
public const IMAGE_SIZES = [
'img' => 3000,
'small' => 200,
'medium' => 843,
'img' => 1686,
'small' => 1686,
'medium' => 1686,
'large' => 1686,
];

Expand Down

0 comments on commit 6fc271a

Please sign in to comment.