About 22,800 results
Open links in new tab
  1. html - CSS - How to have swiper slider arrows outside of slider …

    I am using swiper slider and would like to have navigation arrows outside of the slider. What I would basically like to do is the same as it looks like on airbnb site, where slider with images …

  2. How to customize arrow buttons in Swiper - Stack Overflow

    This question shows research effort; it is useful and clear

  3. css - Media Queries in JavaScript - Stack Overflow

    var swiper = new Swiper('.swiper', { slidesPerView: 3, spaceBetween: 50, }); I would like the "slidesPerView: 3" to change to "slidesPerView: 2" when the screen width gets smaller then …

  4. reactjs - Swiperjs with events in react - Stack Overflow

    You can get the Swiper onSlideChange event the React way using the onSlideChange prop, like this: There's no need to instantiate Swiper in your useEffect hook. You only have to call the …

  5. 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 …

  6. javascript - Swiper JS slides per view and slides per column …

    I was trying to make a 2 rows of slides on bootstrap using swiper js using the demo given at the official page. However When I copied the code and ran on my browser it displayed like this …

  7. 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 …

  8. Swiper in Angular 17 - Stack Overflow

    Jan 23, 2024 · The ngx-swiper-wrapper package you tagged was deprecated because Swiper started supporting Angular directly. Looks like Swiper for Angular was removed in v9 and they …

  9. Module not found: Can't resolve 'swiper/react' - Stack Overflow

    Sep 16, 2021 · Agreed, seems to be an issue with swiper itself and not your code.

  10. Swiper - How center slides if the total slides width fit in the ...

    I cannot use media queries because i dont know when the slides gonna fit in the container. so, Swiper has someway to achieve this ? Thanks in advance. I dont want to use slidesPerView: …