ID, true, array(450, 800));
// This lets us style narrow icons specially
if( get_bloginfo('version') < 2.1 ) {
$_post = &get_post($post->ID); $classname = ($_post->iconsize[0] <= 128 ? 'small' : '') . 'attachment';
} else {
$_post = &get_postdata($post->ID); $classname = ($_post->iconsize[0] <= 128 ? 'small' : '') . 'attachment';
} ?>