From 538dc9613fb78de7d7c278e155bd2d36cc866696 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 5 Mar 2015 12:37:24 -0500 Subject: [PATCH] update ckimage size for the edit photo in ckeditor --- Toolkit/PHPImageEditor/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Toolkit/PHPImageEditor/config.php b/Toolkit/PHPImageEditor/config.php index 2714cb2..02c63ba 100644 --- a/Toolkit/PHPImageEditor/config.php +++ b/Toolkit/PHPImageEditor/config.php @@ -25,8 +25,8 @@ */ - define("IMAGE_MAX_WIDTH", 700); - define("IMAGE_MAX_HEIGHT", 500); + define("IMAGE_MAX_WIDTH", 1000); + define("IMAGE_MAX_HEIGHT", 1600); define("DEFUALT_LANGUAGE", "en-GB"); define("RELOAD_PARENT_BROWSER_ON_SAVE", true); define("AJAX_POST_TIMEOUT_MS", 20000); -- 2.17.1