From bc210a708ed90d521521dec0415586468ca7e0e0 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 27 Nov 2008 22:08:00 +0000 Subject: Set resize to 640x480 for now to avoid breaking the default theme layout --- core/helpers/photo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/helpers/photo.php b/core/helpers/photo.php index 2a64ff55..46a33b56 100644 --- a/core/helpers/photo.php +++ b/core/helpers/photo.php @@ -75,7 +75,7 @@ class photo_Core { // @todo: parameterize these dimensions // This saves the photo a second time, which is unfortunate but difficult to avoid. return $photo->set_thumbnail($filename, 200, 140) - ->set_resize($filename, 800, 600) + ->set_resize($filename, 640, 480) ->save(); } } -- cgit v1.2.3