Just wondering how you go about setting resize by height.
to resize by width i know its:
$upload->save_image_resized('../folder/' . $upload->name, 800);
how do you go about resizing by height.For instance the width doesnt matter on website, but the hight should not exceed 400px.
