Page MenuHomeIn-Portal Phabricator

D105.id.diff
No OneTemporary

File Metadata

Created
Thu, Feb 6, 1:38 PM

D105.id.diff

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