mirror of
https://github.com/ivabus/www
synced 2024-11-10 18:15:15 +03:00
Swiper modification (WIP)
This commit is contained in:
parent
523949f910
commit
9ffbf68fe5
|
@ -151,10 +151,11 @@ integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+
|
|||
|
||||
<script>
|
||||
var swiper = new Swiper(".mySwiper", {
|
||||
slidesPerView: 3,
|
||||
slidesPerView: 1,
|
||||
spaceBetween: 10,
|
||||
freeMode: true,
|
||||
loop: true,
|
||||
loopFillGroupWithBlank: true,
|
||||
pagination: {
|
||||
el: ".swiper-pagination",
|
||||
clickable: true,
|
||||
|
|
Loading…
Reference in a new issue