I have the following swiper:
var swiperBanner = new Swiper('.swiper-container-banner', {
slidesPerView: 1,
speed: 1200,
loop: true,
grabCursor: true,
freeMode: false,
preventClicks: true,
autoplay: {
delay: 5000
},
pagination: {
el: '.swiper-pagination',
clickable: true
}
});
In the slide images I have some with the class 'mobile' and other 'desktop', I would like to remove mobile slides on larger screens, and desktop on smaller screens, but I'm not finding a way, more did not work