'; return; } $fullimgdata = getimagesize( $img ); $imgdata = array( 0 => $img, // url 1 => $fullimgdata[0], // width 2 => $fullimgdata[1], // height ); $img = $imgdata; } // Determine image orientation. $orientation = ( $img[1] > $img[2] ) ? 'landscape' : 'portrait'; echo '