ソースを参照

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 {


読み込み中…
キャンセル
保存