Monster Kitchen

jQuery(document).ready(function(){ if(jQuery(window).width() < 768){ // If the screen size is less than 768px (mobile devices) jQuery(‘.owl-carousel’).owlCarousel({ loop:true, margin:10, nav:false, dots:true, responsive:{ 0:{ items:1 }, 600:{ items:1 }, 1000:{ items:1 } } }); } });