Swiper Slider No Autoplay

Navigation: Right | Transparent | White On Scroll

Header Demo Image
Show Code

Important Notes: Add custom scripts to the bottom of page to initialize Swiper Slider


<!-- Initialize Swiper --> <script> var swiper = new Swiper('.swiper-container', { pagination: '.swiper-pagination', paginationClickable: true, effect: 'fade', nextButton: '.swiper-button-next', prevButton: '.swiper-button-prev', speed: 1000 }); </script>