Skip to content

Instantly share code, notes, and snippets.

@kenzo-tanaka
Created December 24, 2018 07:40
Show Gist options
  • Save kenzo-tanaka/c8473c94cefb04cf4826d2bfaeea5de0 to your computer and use it in GitHub Desktop.
Save kenzo-tanaka/c8473c94cefb04cf4826d2bfaeea5de0 to your computer and use it in GitHub Desktop.
<script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.0.7/js/swiper.min.js"></script>
<script>
$(function(){
var swiper = new Swiper('.swiper-container', {
autoplay: 2000,
loop: true,
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
pagination: {
el: '.swiper-pagination',
type: 'bullets',
clickable: true,
},
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment