jQuery('.open-popup-link').magnificPopup({ type:'inline', midClick: true // Allow opening popup on middle mouse click. Always set it to true if you don't provide alternative source in href. }); jQuery(function() { jQuery('.matchitem').matchHeight(); jQuery('.matchitemTwo').matchHeight(); }); jQuery(document).ready(function($){ // Instantiate Magnific Lightbox $('.gallery-item a').magnificPopup({ type:'image', gallery: { enabled: true } }); $('.gallery_slideshow a').magnificPopup({ type:'image', gallery: { enabled: false } }); }); AOS.init(); jQuery(document).ready(function(){ jQuery(".fluid-vids").fitVids(); }); jQuery(document).ready(function() { jQuery('.init-gallery').magnificPopup({ type: 'image', gallery:{enabled:true}, type: 'image', image: { titleSrc: 'title' // this tells the script which attribute has your caption } }); });