Taille miniature 266x200

This commit is contained in:
fredtempez 2019-02-24 19:10:32 +01:00
parent 50450194f8
commit 52172b6891

View File

@ -1437,7 +1437,7 @@ class UploadHandler
$magicianObj -> saveImage($targetFile); $magicianObj -> saveImage($targetFile);
} }
$thumbResult = create_img($targetFile, $targetFileThumb, 200, 150); $thumbResult = create_img($targetFile, $targetFileThumb, 266, 200);
if ( $thumbResult!==true) if ( $thumbResult!==true)
{ {