diff options
-rw-r--r-- | core/helpers/photo.php | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } } |