You could use jquery as a popup, or just code it up to display in its own page like, its something that i meant to do but never had the time really.
$pilot = PilotData::getPilotData($screenshot->pilot_id);
echo '<b>Random Screenshot!</b><br /><a href="'.SITE_URL.'/pics/'.$screenshot->file_name.'" target="_blank"><img src="'.SITE_URL.'/pics/'.$screenshot->file_name.'" alt="Random Screenshot" width="180px" height="125px" border="0" /></a> <br />Submitted By '.$pilot->firstname.' - '.PilotData::GetPilotCode($pilot->code, $screenshot->pilot_id)
.'<br />On - ';
echo $date;
?>
That code belongs in the Screenshots>screenshots_random.tpl in your skins folder.
As you can see you can define the initial smaller dimensions and when you click the image it will open up full size on its own page.