About 21,100 results
Open links in new tab
  1. How to customize arrow buttons in Swiper - Stack Overflow

    For anyone looking to change the color etc of various buttons etc for Swiper, be sure to inspect the CSS of what you are trying to change and see if the property you are trying to change is …

  2. Swiper continous loop without pause between sliding

    May 23, 2022 · 10 I'm using this kind of configuration for swiper: var swiper = new Swiper('.swiper-container', { spaceBetween: 30, slidesPerView: 3, speed: 2500, centeredSlides: true, autoplay: …

  3. How to use useSwiper outside a Swiper instance? - Stack Overflow

    Mar 25, 2022 · I'm using Swiper for React to show some slides. I'm stuck at using external buttons to navigate between slides (previous and next). Swiper has a useSwiper hook that can provide …

  4. swiper.js - How to implement zooming using swiper latest version …

    Feb 22, 2024 · 5 I am trying to use zooming using swiper in angular, but couldn't find any reference. can you please give me some solution. Thanks.

  5. Module not found: Can't resolve 'swiper/css' - Stack Overflow

    Sep 12, 2021 · If you are using Swiper with create-react-app, their docs mention something about imports regarding Swiper & create-react-app. This is the reason why others have suggested …

  6. How do i add smooth transitions to Swiper.js? - Stack Overflow

    Apr 21, 2022 · So I'm using Swiper.js by a friend's recommendation to create an auto-scrolling slider. But I can't figure out how to make the transitions between the slides smooth. Currently, …

  7. javascript - Swiper.js slide width - Stack Overflow

    Aug 24, 2021 · 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 stretch to the full …

  8. SwiperJS - How do you style the Pagination Bullets?

    Jan 6, 2021 · If someone wants to modify the pagination or navigation in detail, you can search for swiper-bundle.css under the node_modules/swiper directory. There you can find the variables …

  9. javascript - Swiper js autoplay slider - Stack Overflow

    Mar 17, 2020 · I'm having autoplay Swiper js slider, which by default displays one slide at a time, I need to display three slides (or images) at a time, would you please advise me how to adjust …

  10. How can I have multiple Swiper slideshows on a single page?

    Aug 20, 2015 · 33 I'm using Swiper Slideshow. I'm using this particular version. Here's the exact code I'm using. When adding a second Swiper, the pagination doesn't work properly. I tried …