@danielpt wrote:
Have a way to do that on ionic 3?
http://idangero.us/swiper/api/#.V-HarSh96Hs
breakpoints: { // when window width is <= 320px 320: { slidesPerView: 1, spaceBetween: 10 }, // when window width is <= 480px 480: { slidesPerView: 2, spaceBetween: 20 }, // when window width is <= 640px 640: { slidesPerView: 3, spaceBetween: 30 } }
I need change the slidesPerView for each device…
Posts: 1
Participants: 1