Answer the question
In order to leave comments, you need to log in
owl-carousel how to implement larger central block?
owl-carousel how to implement larger central block?
Somewhere I have already seen an approximately similar implementation on owl, but I can’t find it
Answer the question
In order to leave comments, you need to log in
In documentation https://owlcarousel2.github.io/OwlCarousel2/demos/...
Example:
#slider {
position: relative;
.owl-item.active {
transform: scale(0.7)
}
.owl-item.center {
transform: scale(0.7)
}
.owl-item.active.center {
transform: scale(1)
}
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question