shish 6 éve
szülő
commit
df982d7fb5
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      common/services/ImageService.php

+ 2 - 1
common/services/ImageService.php

@@ -43,7 +43,8 @@ class ImageService
 			$smallHeight = $height;
 		}
 		$smallFullPathFile = $path . $middleName . '_small.' . '.jpg';
-		Image::thumbnail($fullFileName, $smallWidth, $smallHeight)->save($smallFullPathFile, ['quality' => 100]);
+		//暂时注释 shish 2020.1.19
+		//Image::thumbnail($fullFileName, $smallWidth, $smallHeight)->save($smallFullPathFile, ['quality' => 100]);
 		
 		return $fileName;
 	}