Answer the question
In order to leave comments, you need to log in
How to set up Slick Slider to center slides?
Tell me please. There is a slider kenwheeler.github.io/slick
Simple structure
<div class="main-slider">
<div>
<a class="main-slider__slide" href="#">
<img src="/img-1.jpg">
</a>
</div>
<div>
<a class="main-slider__slide" href="#">
<img src="/img-2.jpg">
</a>
</div>
</div>
$(document).ready(function(){
$('.main-slider').slick({
});
});
Answer the question
In order to leave comments, you need to log in
a {
height: 100px;
width: 100px;
overflow: hidden;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
img {
height: 100%;
display: block;
margin: auto;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question