Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

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>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #swiper #js #pagination #arrows #container
ADD COMMENT
Topic
Name
7+3 =