X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=admin_images.php;h=b57f2a4115502c151cfb15e9b1bf582a6d7a2e11;hb=9b3a025f2298ab090fc574143b6664488ff4599b;hp=d43255b187d92848571d70eecea18d2ac9e4ff83;hpb=2fa5c8c3885a0bcdd69fc91365a0b3d6cbb5d1cf;p=wfpl-cms.git diff --git a/admin_images.php b/admin_images.php index d43255b..b57f2a4 100644 --- a/admin_images.php +++ b/admin_images.php @@ -23,8 +23,8 @@ define('ADMIN_IMAGES_DB_FIELDS', 'image,name,caption,sizes'); # location of this script. IT MUST END WITH A SLASH $GLOBALS['upload_directory'] = 'cms_images/'; -$GLOBALS['image_max_width'] = '596'; -$GLOBALS['image_max_height'] = '1600'; +$GLOBALS['image_max_width'] = '704'; +$GLOBALS['image_max_height'] = '1900'; $GLOBALS['image_thumb_max_width'] = '70'; $GLOBALS['image_thumb_max_height'] = '70'; $GLOBALS['image_file_name'] = uniqid() . getmypid() . '.jpg'; # comment this out to use uploader's filename