jQuery(document).on(‘click’, ‘[data-toggle=”lightbox”]’, function(event) {
event.preventDefault(); // alwaysShowClose:true,
jQuery(this).ekkoLightbox({
showArrows:true
});
});
jQuery(document).on(‘click’, ‘[data-toggle=”lightbox”]’, function(event) {
event.preventDefault(); // alwaysShowClose:true,
jQuery(this).ekkoLightbox({
showArrows:true
});
});