JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix image max size
[wfpl-cms.git] / admin_images.php
index d43255b..b57f2a4 100644 (file)
@@ -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