Explorar el Código

Update image.helper.php

develop
tianya hace 3 meses
padre
commit
2252a7f04a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/system/helpers/image.helper.php

+ 1
- 1
src/system/helpers/image.helper.php Ver fichero

@@ -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 {


Cargando…
Cancelar
Guardar