From be3da47239d0c591a816676fc40a3fb89d16e982 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B9=E8=AF=9A=E8=AF=9A?= Date: Wed, 6 Nov 2019 15:17:17 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=81=E6=AD=A2=E5=8E=8B=E7=BC=A9=E5=9B=BE?= =?UTF-8?q?=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wysiwyg/ckfinder/config.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wysiwyg/ckfinder/config.php b/wysiwyg/ckfinder/config.php index 4c41cac6..e9bcbd3a 100644 --- a/wysiwyg/ckfinder/config.php +++ b/wysiwyg/ckfinder/config.php @@ -52,11 +52,11 @@ $config['privateDir'] = array( $config['images'] = array( 'maxWidth' => 2560, 'maxHeight' => 1440, - 'quality' => 90, + 'quality' => 0, 'sizes' => array( - 'small' => array('width' => 480, 'height' => 320, 'quality' => 90), - 'medium' => array('width' => 600, 'height' => 480, 'quality' => 90), - 'large' => array('width' => 800, 'height' => 600, 'quality' => 90) + 'small' => array('width' => 480, 'height' => 320, 'quality' => 0), + 'medium' => array('width' => 600, 'height' => 480, 'quality' => 0), + 'large' => array('width' => 800, 'height' => 600, 'quality' => 0) ) );