Change thumb_ext to 'png'

This commit is contained in:
towards-a-new-leftypol 2021-08-21 18:47:29 -04:00
parent d4374a95e8
commit 71aca6040b
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ $config['max_images'] = 5;
$config['image_reject_repost'] = false;
$config['thumb_method'] = 'gm+gifsicle';
$config['thumb_ext'] = 'webp';
$config['thumb_ext'] = 'png';
$config['gnu_md5'] = '1';