Top "Swiper" questions

Mobile touch slider & framework with hardware accelerated transitions

swiperjs responsive browser width problems

hi i'm trying to create responsive slider on my wordpress website, i want to have slider on desktop 5 columns, on …

swiper swiperjs
How can I get the index of the current slide, when the slide is changed?

I have the following mySwiper = new Swiper('.my-swiper', { direction: 'vertical', loop: true, }); mySwiper.on('slideChange', function () { console.log('*** …

javascript swiper
Failed to execute getComputedStyle when using Swiper

I am using the swiper in the jquery version from idangerous. I load and initialize it with require.js like …

javascript jquery swiper
How can i using swiper.js in vue js

i was installing swiper.js with yarn add swiper this is my code but it not show any slide or …

javascript vue.js swiper swiper.js
My swiper with Swiper.js stop autoplay after slide it with finger, why?

var mySwiper = new Swiper('.myswiper', { autoplay: 3000, simulateTouch: true, loop: true, preloadImages: true, speed: 200, pagination: '.swiper-pagination' }); While this is …

javascript swiper
How to use iDangerous Swiper and jquery .click(); at the same time

Im stuck on the following: I'm using the iDangerous Swiper plugin, which works fine. However, I would also like to …

jquery click swiper
JQuery Swiper slide height

I am using JQuery Swiper. I essentially have a section where I set the height to the viewport height. #portfolio { …

jquery css jquery-plugins swiper
Swiper nav buttons outside container

I'm trying to display the nav buttons outside the swiper container, because of the container overflow: hidden i had to …

javascript jquery html css swiper
Slider with left/right arrows

Could you tell me how can I create right/left arrows for the Ionic slider component? Demo: Stackblitz Note: please …

css angular typescript ionic3 swiper
Swiper JS - show part of next slide

I want to show a part of the second slide into view. Around 20-30%. I have set slidesPerView to 2.1 (on …

javascript swiper swiper.js