Skip to content

Commit

Permalink
Review resizer default
Browse files Browse the repository at this point in the history
  • Loading branch information
daftspunk committed Feb 6, 2025
1 parent c7c9a76 commit 0431b2f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Resize/Resizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,11 @@ public function reset(): Resizer
public function setOptions(array $options): Resizer
{
$this->options = array_merge([
'mode' => 'auto',
'offset' => [0, 0],
'sharpen' => 0,
'mode' => 'crop',
'offset' => [0, 0],
'sharpen' => 0,
'interlace' => false,
'quality' => 90
'quality' => 90
], $options);

return $this;
Expand Down

0 comments on commit 0431b2f

Please sign in to comment.