See our other portfolio
Other portfolio
jQuery(document).ready(function($) {
$('.portfolio-item').each(function(index) {
var projectID = 'gallery-' + index; // Unique gallery for each project
$(this).find('img').wrap(function() {
return '';
});
});
});