Answer the question
In order to leave comments, you need to log in
How to calculate currentItem in owlcarousel?
There is an initialization of the carousel. How can I calculate the current .item? Need to highlight current item in css
$(document).ready(function() {
$("#calendar").owlCarousel({
navigation : true,
navigationText: false,
slideSpeed : 300,
pagination: false,
items : 3,
itemsDesktop : 3,
itemsDesktopSmall : 3,
itemsTablet: 3,
itemsMobile : 1
});
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question