Resize an image on width, then check its hight and resize again

See all posts See thread Reply

Re: Resize an image on width, then check its hight and resize again new!
by colin, 15 years, 9 months ago
Try this:
$foo->image_ratio = true;
$foo->image_x = 100;
$foo->image_y = 200;

This will do what you describe at the start of your post. Try it, you will see.Reply