Answer the question
In order to leave comments, you need to log in
How to make slides of different sizes on slick?
Answer the question
In order to leave comments, you need to log in
you can make your own class with selectors
:nth-child(2){
-o-transform: scale(0.7);
-ms-transform: scale(0.7);
-moz-transform: scale(0.7);
-webkit-transform: scale(0.7);
transform: scale(0.7);
}
:nth-child(3){
-o-transform: scale(0.5);
-ms-transform: scale(0.5);
-moz-transform: scale(0.5);
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question