Skip to content

Commit

Permalink
chore: update playground
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Jun 29, 2022
1 parent f5bb7af commit b77a1f4
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions playground/core/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,44 +63,17 @@
// rewind: true,
slidesPerView: 1,
scrollbar: {
enabled: false,
el: '.swiper-scrollbar',
},
navigation: {
enabled: false,
prevEl: '.swiper-button-prev',
nextEl: '.swiper-button-next',
},
pagination: {
enabled: false,
el: '.swiper-pagination',
// dynamicBullets: true,
// dynamicMainBullets: 3,
},
breakpoints: {
600: {
navigation: {
enabled: true,
},
pagination: {
enabled: true,
},
scrollbar: {
enabled: true,
},
},
800: {
navigation: {
enabled: false,
},
pagination: {
enabled: false,
},
scrollbar: {
enabled: false,
},
}
}
});
</script>
</body>
Expand Down

0 comments on commit b77a1f4

Please sign in to comment.