ID ) ) {
$img = ascend_get_image_array($image_width, $image_height, $image_crop, null, null, null, true);
if( ascend_lazy_load_filter() ) {
$image_src_output = 'src="data:image/gif;base64,R0lGODdhAQABAPAAAP///wAAACwAAAAAAQABAEACAkQBADs=" data-lazy-src="'.esc_url($img['src']).'" ';
} else {
$image_src_output = 'src="'.esc_url($img['src']).'"';
}
?>
';
echo '
!['.esc_attr($img['alt']).']()
';
echo '
';
echo '
';
echo '
';
echo '
';
?>