'; return; } elseif ( '/img/default.png' === substr( $img, -16 ) ) { // Define default image properties without loading the image file. $img = array( 0 => $img, 1 => 1900, 2 => 1075 ); } else { $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 '