diff --git a/src/system/helpers/image.helper.php b/src/system/helpers/image.helper.php index 2dfc195a..d2f2c5ff 100755 --- a/src/system/helpers/image.helper.php +++ b/src/system/helpers/image.helper.php @@ -138,7 +138,7 @@ if (!function_exists('ImageResizeNew')) { { try { $image = new ImageResize($srcFile); - $image->resizeToBestFit($toW, $toH); + $image->resize($toW, $toH); if ($issave) { $image->save($toFile); } else {