Image Zoom

See all posts See thread Reply

Re: Image Zoom new!
by colin, 17 years ago
You can use only one image_ratio_### parameter at the same time.

Do something like this:
$handle->image_ratio_no_zoom_in = true;
$handle->image_resize           = true;
$handle->image_y    = $image_size_y_medium;
$handle->image_x    = $image_size_x_medium;
Reply