Answers for "slider slider only work on mobile"

0

slider slider only work on mobile

$(document).ready(function(){
if (window.matchMedia("(max-width: 768px)").matches) {
  $('.integrations-grid').slick({
  slidesToShow: 3,
  dots:false,
  arrows: false,
    autoplay:true
  });
  } 
});
Posted by: Guest on February-23-2021

Browse Popular Code Answers by Language