Selaa lähdekoodia

Update image.helper.php

develop
tianya 3 kuukautta sitten
vanhempi
commit
2252a7f04a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/system/helpers/image.helper.php

+ 1
- 1
src/system/helpers/image.helper.php Näytä tiedosto

@@ -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…
Peruuta
Tallenna