summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/image/image.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/image/image.module b/modules/image/image.module
index 38f772c65..05e19bde9 100644
--- a/modules/image/image.module
+++ b/modules/image/image.module
@@ -344,7 +344,7 @@ function image_image_default_styles() {
'effects' => array(
array(
'name' => 'image_scale',
- 'data' => array('width' => 640, 'height' => 640, 'upscale' => 0),
+ 'data' => array('width' => 480, 'height' => 480, 'upscale' => 0),
'weight' => 0,
),
)