Просмотр исходного кода

Update image.helper.php

develop
tianya 3 месяцев назад
Родитель
Сommit
2252a7f04a
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      src/system/helpers/image.helper.php

+ 1
- 1
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 {


Загрузка…
Отмена
Сохранить