X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=admin_images.php;h=b57f2a4115502c151cfb15e9b1bf582a6d7a2e11;hb=8a99c91b99d3035cd1d9c6a9b64740cc31bff014;hp=d43255b187d92848571d70eecea18d2ac9e4ff83;hpb=29ed335dfc3b57c6b5ee8ade2ea5cbdc8fa7d47c;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