FIND (in /mkportal/modules/reviews/index.php)
$mklib->CreateImage(400,$mklib->sitepath.$mklib->reviews_dir.$image, $mklib->sitepath.$mklib->reviews_dir.$thumb);
REPLACE WITH:
//$mklib->CreateImage(400,$mklib->sitepath.$mklib->reviews_dir.$image, $mklib->sitepath.$mklib->reviews_dir.$thumb); $mklib->CreateImage($mklib->sitepath.$mklib->reviews_dir.$image, $mklib->sitepath.$mklib->reviews_dir.$thumb);
I'm assuming that this "feature" was intended to be a max width limit instead of resizing all uploads but for now this is the quick fix.













