Image in a 60 x 60 space...

See all posts See thread Reply

Re: Image in a 60 x 60 space... new!
by colin, 17 years, 3 months ago
In that case, you can do:

$handle->image_resize = true;
$handle->image_x = 60;
$handle->image_y = 60;
$handle->image_ratio = true;
Reply