diff options
-rw-r--r-- | core/helpers/core_installer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helpers/core_installer.php b/core/helpers/core_installer.php index a1e06696..bd2b5186 100644 --- a/core/helpers/core_installer.php +++ b/core/helpers/core_installer.php @@ -182,7 +182,7 @@ class core_installer { 100); graphics::add_rule( "core", "resize", "resize", - array("width" => 200, "height" => 200, "master" => Image::AUTO), + array("width" => 640, "height" => 480, "master" => Image::AUTO), 100); module::set_version("core", 1); |