mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-07 01:13:53 +02:00
Merge branch '3.2.x'
This commit is contained in:
commit
1f7c2afbab
@ -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: 100},',
|
||||
'resize: {width: %d, height: %d, quality: 85},',
|
||||
(int) $this->config['img_max_width'],
|
||||
(int) $this->config['img_max_height']
|
||||
);
|
||||
|
@ -24,7 +24,7 @@ class phpbb_plupload_test extends phpbb_test_case
|
||||
array(
|
||||
130,
|
||||
150,
|
||||
'resize: {width: 130, height: 150, quality: 100},'
|
||||
'resize: {width: 130, height: 150, quality: 85},'
|
||||
),
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user