forked from leftypol/leftypol
Changed default thumbnail extension to PNG
This commit is contained in:
parent
971e72000a
commit
b69ae87a4a
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@
|
|||
$config['thumb_height'] = 255;
|
||||
|
||||
// Thumbnail extension, empty for inherited (png recommended)
|
||||
$config['thumb_ext'] = '';
|
||||
$config['thumb_ext'] = 'png';
|
||||
|
||||
// Thumbnail quality (compression level), from 0 to 9
|
||||
$config['thumb_quality'] = 7;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue