image_ratio_no_zoom_in not seeming to work

See all posts See thread Reply

Re: image_ratio_no_zoom_in not seeming to work new!
by colin, 16 years, 8 months ago
You can use only one of the image_ratio_* setting at the same time.

You should do the following:
$handle->image_ratio_no_zoom_in  = true;
$handle->image_y                 = 800;
$handle->image_x                 = 600;
Reply
Re: image_ratio_no_zoom_in not seeming to work new!
by Rednarb, 16 years, 8 months ago
Thank you. It worked great!Reply