Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F775926
D105.id.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, Feb 6, 1:48 PM
Size
564 B
Mime Type
text/x-diff
Expires
Fri, Feb 7, 1:48 PM (41 m, 58 s)
Engine
blob
Format
Raw Data
Handle
558424
Attached To
D105: INP-1456 - Don't resize images, uploaded via CKFinder
D105.id.diff
View Options
Index: branches/5.2.x/core/ckeditor/ckfinder/config.php
===================================================================
--- branches/5.2.x/core/ckeditor/ckfinder/config.php
+++ branches/5.2.x/core/ckeditor/ckfinder/config.php
@@ -128,9 +128,9 @@
gets scaled down proportionally. Set to 0 to disable this feature.
*/
$config['Images'] = Array(
- 'maxWidth' => 1600,
- 'maxHeight' => 1200,
- 'quality' => 80);
+ 'maxWidth' => 0,
+ 'maxHeight' => 0,
+ 'quality' => 0);
/*
RoleSessionVar : the session variable name that CKFinder must use to retrieve
Event Timeline
Log In to Comment