From be613ea6a2b7f9ab13e8ffa8389c67ad92a7947e Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Sun, 8 May 2022 23:18:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E6=9C=80=E9=AB=98=E9=99=90?= =?UTF-8?q?=E5=88=B6=E6=94=B9=E4=B8=BA5000?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/ueditor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ueditor.php b/config/ueditor.php index 709108ed2..06cdd8cd4 100644 --- a/config/ueditor.php +++ b/config/ueditor.php @@ -36,7 +36,7 @@ return [ 'imageCompressEnable' => true, // 图片压缩最长边限制 - 'imageCompressBorder' => 1600, + 'imageCompressBorder' => 5000, // 插入的图片浮动方式 'imageInsertAlign' => 'none',