8 lines
147 B
JavaScript
8 lines
147 B
JavaScript
|
const swiper = new Swiper('.swiper', {
|
||
|
direction: "horizontal",
|
||
|
loop: true,
|
||
|
autoplay: true,
|
||
|
speed: 400,
|
||
|
spaceBetween: 100,
|
||
|
});
|