/*============================================== Portfolio popup gallery init ===============================================*/ $(".portfolio-gallery").each(function () { // the containers for all your galleries $(this).find(".popup-gallery").magnificPopup({ type: "image", gallery: { enabled: true } }); $(this).find(".popup-gallery2").magnificPopup({ type: "image", gallery: { enabled: true } }); });