Reply to How to not enlarge the image

How to not enlarge the image new!
by Chan, 9 years ago
I want to limit the max image width to 400, therefore, If I upload a image 1000 x 1000, it should be 400 x 400, if I upload 300 x 300, it should remained 300 x 300, but image always re size to 400 x xxx, here is my setting, how to implement that?

$foo->file_new_name_body = $newName;
$foo->image_convert = 'jpg';
$foo->jpeg_quality = 100;
$foo->image_resize = true;
$foo->image_x = 400;
$foo->image_ratio_y = true;
$foo->image_ratio_no_zoom_out = true;
Reply

Your reply

Name *
Email 
Title *
Text *
CAPTCHA image
Enter the code displayed on the image:
Click on the image to generate another one if it is hard to read it. The case is important