jQuery(document).ready(function($) { $('.w-gallery-item-link').magnificPopup({ type: 'image', gallery: { enabled: true }, image: { titleSrc: function(item) { // Set the caption in mfp-title return item.el.attr('aria-label') || ''; } } }); });