$(document).ready(function(){
$(".owl-carousel").owlCarousel({
margin: 65,
dots: false,
nav: true,
stagePadding: 50,
responsive:{
0:{
items:1
},
600:{
items:2
},
1000:{
items:3
}
}
});
});
$(".owl-carousel").magnificPopup({
delegate: 'a',
type: 'image',
gallery:{
enabled: true
}
});
$(document).ready(function(){
$(".owl-carousel").owlCarousel({
margin: 65,
dots: false,
nav: true,
stagePadding: 50,
responsive:{
0:{
items:1
},
600:{
items:2
},
1000:{
items:3
}
}
});
$(".owl-carousel").magnificPopup({
delegate: 'a',
type: 'image',
gallery:{
enabled: true
}
});
});