Problem with image stretching

See all posts Reply

Problem with image stretching new!
by Kris, 16 years, 11 months ago
Hello,

I use this script to upload screenshots.

I want large screenshots to be scalled down to 1024 width and no change to small screenshots.

I use this:
$handle->image_resize         = true;
$handle->image_ratio_y        = true;
$handle->image_x              = 1024;

but when i upload an image that width is smaller then 1024, the image ratio is increased.

How can I fix this?

Thank you.Reply
Re: Problem with image stretching new!
by Kris, 16 years, 11 months ago
LOL

Had this problem for ages, and finaly found the image_ratio_no_zoom_in

Great work. :)Reply
Re: Problem with image stretching new!
by colin, 16 years, 11 months ago
Thanks!Reply