Skip to content

Commit e861cfb

Browse files
Change default quality.
1 parent 8c41098 commit e861cfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/class-tiny-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Tiny_Plugin extends Tiny_WP_Base {
2828
private $twig;
2929

3030
public static function jpeg_quality() {
31-
return 95;
31+
return 85;
3232
}
3333

3434
public static function version() {

0 commit comments

Comments
 (0)