Преглед изворни кода

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…
Откажи
Сачувај