Skip to content

Commit

Permalink
Merge pull request #1610 from AndreyMyagkov/1.4.x
Browse files Browse the repository at this point in the history
Update snippet.phpthumb.php
  • Loading branch information
Dmi3yy authored Oct 15, 2020
2 parents 0df478b + d798317 commit bd9ac5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/snippets/phpthumb/snippet.phpthumb.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
if (file_exists($outputFilename . '.webp')) {
$fNameSuf .= '.webp';
} else {
WebPConvert::convert($outputFilename, $outputFilename . '.webp');
WebPConvert::convert($outputFilename, $outputFilename . '.webp', ['quality' => 90]);
$fNameSuf .= '.webp';
}
}
Expand Down

0 comments on commit bd9ac5f

Please sign in to comment.