in nggfunctions.php in function nggSinglePicture find next line:
// clean mode if needed
$mode = ( preg_match('/(web20|watermark)/i', $mode) ) ? $mode : '';
and change it to:
// clean mode if needed
$mode = ( preg_match('/(web20|watermark<strong>|crop</strong>)/i', $mode) ) ? $mode : '';
then use [singlepic id=165 w=320 h=240 mode=crop float=none]