mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/14770] Decreases quality to 85, changes test to 85, too
PHPBB3-14770
This commit is contained in:
@@ -266,7 +266,7 @@ class plupload
|
||||
if ($this->config['img_max_height'] > 0 && $this->config['img_max_width'] > 0)
|
||||
{
|
||||
$resize = sprintf(
|
||||
'resize: {width: %d, height: %d, quality: 90},',
|
||||
'resize: {width: %d, height: %d, quality: 85},',
|
||||
(int) $this->config['img_max_width'],
|
||||
(int) $this->config['img_max_height']
|
||||
);
|
||||
|
Reference in New Issue
Block a user