Resizing And Keeping Ratio

See all posts See thread Reply

Re: Resizing And Keeping Ratio new!
by colin, 16 years, 5 months ago
Instead of:
$foo->image_ratio = true;

You can try one of the following (one at a time):
$foo->image_ratio_no_zoom_in = true;
$foo->image_ratio_crop = true;
$foo->image_ratio_fill = true;
Reply
Re: Resizing And Keeping Ratio new!
by riscphree, 16 years, 5 months ago
Awesome, $foo->image_ratio_crop = true;

that worked.Reply