diff --git a/extend/Editor/Editor.go b/extend/Editor/Editor.go index c1e8d3c..4023a6a 100644 --- a/extend/Editor/Editor.go +++ b/extend/Editor/Editor.go @@ -82,9 +82,9 @@ func GetConfig() Config { return Config{ ImageActionName: "image", ImageFieldName: "file", - ImageMaxSize: 10485760, + ImageMaxSize: 8388608, ImageAllowFiles: []string{".jpg", ".png", ".jpeg"}, - ImageCompressEnable: true, + ImageCompressEnable: false, ImageCompressBorder: 5000, ImageInsertAlign: "none", ImageUrlPrefix: "",