jQuery(document).ready(function( $ ) { $(".clients-carousel").owlCarousel({ autoplay: true, dots: false, loop: true, margin:10, responsive: { 0: { items: 2 }, 768: { items: 4 }, 1024: { items: 6 } } }); // Porfolio popup jQuery plugin $('.portfolio-popup').magnificPopup({ type: 'image', removalDelay: 300, mainClass: 'mfp-fade', gallery: { enabled: true }, zoom: { enabled: true, duration: 300, easing: 'ease-in-out', opener: function(openerElement) { return openerElement.is('img') ? openerElement : openerElement.find('img'); } } }); });