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