PORTO_URI . '/images/placeholder.jpg',
'caption' => esc_html__( 'Porto Placeholder', 'porto' ),
);
$attachment_timeline = array(
'width' => '800',
'height' => '640',
'alt' => esc_html__( 'Porto Placeholder', 'porto' ),
'src' => PORTO_URI . '/images/placeholder.jpg',
);
}
if ( $attachment && $attachment_timeline ) :
$zoom_src[] = $attachment['src'];
$zoom_title[] = $attachment['caption'];
?>
![<?php echo esc_attr( $attachment_timeline['alt'] ); ?>](<?php echo esc_url( $attachment_timeline['src'] ); ?>)
esc_html__( 'Porto Placeholder', 'porto' ),
'src' => PORTO_URI . '/images/placeholder.jpg',
);
}
$porto_portfolio_thumbs_html .= '
![' . esc_attr( $attachment_thumb['alt'] ) . '](' . esc_url( $attachment_thumb['src'] ) . ')
';
}
if ( ! $portfolio_show_all_images ) {
break;
}
$i++;
if ( $i >= $portfolio_images_count ) {
break;
}
endif;
endforeach;
?>
1 && $portfolio_show_all_images ) :
?>