Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1098858
D453.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Aug 14, 6:59 AM
Size
547 B
Mime Type
text/x-diff
Expires
Fri, Aug 15, 6:59 AM (2 h, 50 m)
Engine
blob
Format
Raw Data
Handle
711482
Attached To
D453: INP-1847 - Specify image resizing defaults for category item images
D453.diff
View Options
Index: branches/5.2.x/core/units/helpers/image_helper.php
===================================================================
--- branches/5.2.x/core/units/helpers/image_helper.php
+++ branches/5.2.x/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
Log In to Comment