subject
ides-per-view-auto.html" rel=" nofollow noreferrer "> https://idangero.us/swiper/de.
I found this package, which can slide left and right
, but I find that when I try to change the second and third slide levels, the default is 80%. If I slide to the third one to the right, he will be cut off, as if I have to go according to his degree.
can"t I fix every slide to 80%?
.swiper-slide:nth-child(2n) {
width: 60%;
}
.swiper-slide:nth-child(3n) {
width: 40%;
}
whether I clear this paragraph or change it to 80%, I can"t correctly show slide
slide to the third and change it like this:
.....