Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- jQuery(document).ready(function ($) {
- var swiper = new Swiper('.swiper-container',
- {
- effect: 'coverflow', grabCursor: true, centeredSlides: true, loop: 'true',
- slidesPerView: 2, coverflowEffect: {
- rotate: 50, stretch: 0, depth: 100, modifier:
- 1, slideShadows: true,
- }, pagination: { el: '.swiper-pagination', }, // Responsive
- breakpoints breakpoints: {
- 1080: {
- slidesPerView: 'auto', loopAdditionalSlides: 1,
- },
- }
- })
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement