I am trying to use Swiper but I cannot achieve it, I followed the steps in the documentation (https://swiperjs.com/get-started/), the problem is that all the im
I have coded swiper button and navigation insider the swiper container but the buttons and the bullets are showing in the wrong place(at the top of the page)...
I have a react component where I need to have multiple carousels that are connected. I am trying to create two swiper instance in a react component and control
I have created a parallax slider but I have one big problem with changing the slider. I can change the slider when my mouse is inside the blue zone As you coul
I want to achieve a continuous/constant speed while autoplaying through the slides. It is easy by just setting the CSS transition-timing-function of .swiper-wra
I'm trying to have 3 visible slides in the page. The problem is that whenever there are less than 3 slides those slides are duplicated to fill also the empty sp
Today I try swiper but not working. I install Swiper with npm npm install swiper this is my code index.blade.php <div class="swiper-container">
I set up Swiper Slider as per the documentation and every slide slides as if one. <div class="swiper-container"> <div class="swiper-wrapper">
I'm trying to disable Swiper JS (https://github.com/nolimits4web/swiper) on anything other than mobile using the destroy() function, but I get the error Uncaugh
I'm using Swiper slider plugin (https://swiperjs.com). And I need to add opacity 0.5 to slides on the edges of visible viewport. https://i.stack.imgur.com/A6nr5
I'm using Swiper Slider on my platform, I know how to set each slide timings differently but when it comes to video slides the matter is a tad more complicated.
Hi guys I'm having a bit of trouble using swiper js slides. This is the link of my website having swiper js slider: https://nyside2.internet.dk/ As you can see
How to stop swiper slide autoplay on mouse enter and start autoplay on mouse leave? I have tried .stopAutoplay() and .startAutoplay() function but not worked fo
The swiper index value comes out in order of page order. However, when the button is pressed, the index value goes up to infinity. ex) next button click-> 6
I'm using this code to initialize swiper slider. var mySwiper = new Swiper ('.swiper-container', { // Optional parameters pagination: '.swiper-paginati
I'm using the Swiper by iDangero.us and I'm having difficulty creating an infinite loop of multi-row slides. I have 30 images which I need to group into 3 rows
I followed this guide to set up swiper slider in my Angular 8 application. I get the below error when importing NgxUsefulSwiperModule into app.module.ts ERROR i
There was a big problem with Swiper.js Is it possible to somehow make the width of the slides equal to the width of the content again? At the moment, all slides
I'm struggling with changing swipe direction when I rotate my swiper on 90deg. So in the beginning by default it has horizontal direction. When clicking on sli
I would like to ask if there is a way to control/set the active slide with swiper/react? I have tried to handle the onSwiper function with props but still cant