Answers for "swiper js pagination arrows outside container"

0

swiper js pagination arrows outside container

<!-- Swiper.JS - Display pagination arrows outside container:

You just have to change the location of the navigation HTML 
buttons and put them outside the swiper-container. 
-->

<div class="swiper-container">
 <div class="swiper-slides"></div>
</div>

<div class="swiper-button-prev-unique"></div>
<div class="swiper-button-next-unique"></div>
Posted by: Guest on February-20-2022

Browse Popular Code Answers by Language