Page MenuHomeIn-Portal Phabricator

D453.id1180.diff
No OneTemporary

File Metadata

Created
Wed, Feb 26, 8:58 AM

D453.id1180.diff

Index: core/units/helpers/image_helper.php
===================================================================
--- core/units/helpers/image_helper.php
+++ core/units/helpers/image_helper.php
@@ -126,6 +126,9 @@
if (is_numeric($max_width)) {
$params['max_width'] = $max_width;
$params['max_height'] = $max_height;
+ $params['quality'] = 100;
+ $params['output_format'] = 'auto';
+ $params['orientation'] = 'manual';
}
else {
$params = $this->parseFormat($max_width);

Event Timeline