Swiper Slider Coverflow

Navigation: Right | Transparent | White On Scroll

Slide Effect: Coverflow

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', { autoplay: 5000, pagination: '.swiper-pagination', paginationClickable: true, nextButton: '.swiper-button-next', prevButton: '.swiper-button-prev', effect: 'coverflow', speed: 1000, }); </script>