Преглед на файлове

Update image.helper.php

develop
tianya преди 3 месеца
родител
ревизия
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 {


Loading…
Отказ
Запис