본문 바로가기
javascript/library

[slide] slick 아이템에 여백 추가하는 방법 How add spaces between Slick item

by by-choice 2021. 10. 23.
.slick-slide {
  margin: 0 30px; // space(여백)/2
}
.slick-list {
  margin: 0 -30px; // space(여백)/-2
}
 

Parameter for space between slides · Issue #582 · kenwheeler/slick

I noticed that all your demos are applying no space between the slides but rather you are creating the appearance of space by using heading tags as the content in each slide, which have equal margi...

github.com


 

[slide] slick 사용법(+반응형) How to use slick.js

1. css 2. html / script jQuery가 필요한 슬라이더로, 요구되어지는 jQuery의 버전은 최소 1.7 이상이다. 기본형(default) : pager, prev/next button, loop 기능을 가진 full size의 슬라이드가 구현된다. Slide..

fresh-mint.tistory.com

댓글