Simple mod to change this
Just add at start in the config:
if(! defined('DEF_WIDTH') ) define ('DEF_WIDTH', 205); // Default image
width if none is specified
if(! defined('DEF_HEIGHT') ) define ('DEF_HEIGHT', 250); // Default
image height if none is specified
Change this at around line 530
// set default width and height if neither are set already
if ($new_width == 0 && $new_height == 0) {
$new_width = DEF_WIDTH;
$new_height = DEF_HEIGHT;
}
Original issue reported on code.google.com by esi...@gmail.com on 11 Sep 2013 at 8:09
Original issue reported on code.google.com by
esi...@gmail.com
on 11 Sep 2013 at 8:09