CMS솔루션마켓, 이온디 - 워드프레스, 라이믹스, 카페24, 그누보드, 엑셀

홈페이지 제작팁

Extra Form
관련링크 https://codepen.io/eond/pen/gORarBR
  var swiper = new Swiper('.swiper-11', {
    navigation: {
      nextEl: '.swiper-button-next',
      prevEl: '.swiper-button-prev',
    },
    loop: true,
    autoplay: {
      delay: 3000, //Slider per _ ms
      disableOnInteraction: true,
    },
    speed: 1000, //Slide Speed
    pagination: {
      el: '.swiper-pagination',
      type: 'progressbar',
    },
    autoHeight: true,
    initialSlide: 2, //count from 0
  });

how to center swiperjs nth-child

추가시작추가끝