Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

swiper=>pagination


Recommended Posts

  Здравствуйте, прикрутил карусель к рекомендуемым, сгделал временно ик, пока не разберусь полностью. Возможно сгделать пагинацию в 2 точки, но с 8-ю товарами например, но чтобы лисило не всю группу, а по 1 шт., с 1 до 4, одна точка, с 5 до 8, вторая. На данный момент на 1 точке (4 товара, первая группа) и на 2 осильные 4, лисиет группами...нагдеюсь понятно объяснил.
       

       $('#featured{{ module }}').swiper({
                      slidesPerView: 4,
                      slidesPerGroup: 4,
                      loop: true,
                      autoplay: 3500,
                      pagination: '.featured{{ module }}',
                      paginationClickable: true,
                      nextButton: '.swiper-button-next',
                      prevButton: '.swiper-button-prev',
                      breakpoints: {
                      480: {
                      slidesPerView: 1,
                      slidesPerGroup: 1,
                      },
                      640: {
                      slidesPerView: 2,
                      slidesPerGroup: 2,
                      spaceBetween: 20
                      },
                      1024: {
                      slidesPerView: 3,
                      slidesPerGroup: 3,
                      spaceBetween: 30
                      }
                       }
                     });

 

Edited by zik920
Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.