You can change the size of the images by editing the src attribute for the image.
src="' . sInstCache( $data['data'][$i]['images']['thumbnail']['url'], "303" ) . '"
Just change thumbnail to standard_resolution like below.
src="' . sInstCache( $data['data'][$i]['images']['standard_resolution']['url'], "303" ) . '"