Problems on resizing images

See all posts See thread Reply

Re: Problems on resizing images new!
by Martina, 9 years, 6 months ago
thanks,

this means that i should to comment out:
#$handle->image_ratio_no_zoom_in = true;

is this correct?Reply
Re: Problems on resizing images new!
by colin, 9 years, 6 months ago
Yes, you need to comment it out.

However, you can imitate the behaviour of image_ratio_no_zoom_in: you can read some variables before calling Process(), such as image_src_x, image_src_y and depending on the values, you do a resizing or not.Reply