Skip to content

Commit

Permalink
Update image sizes to use 1686 for all
Browse files Browse the repository at this point in the history
  • Loading branch information
driftingly committed May 2, 2024
1 parent a9fe4a7 commit 18cfcb5
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' => 843,
'small' => 200,
'medium' => 843,
'img' => 1686,
'small' => 1686,
'medium' => 1686,
'large' => 1686,
];

Expand Down

0 comments on commit 18cfcb5

Please sign in to comment.