So for example if:
owl.owlCarousel({
items: 3,
navigation: false,
navigationText: ["<img src='img/left.png'>",'<img src="img/right.png">'],
slideSpeed: 300,
paginationSpeed: 400,
afterInit: afterOWLinit // do some work after OWL init
});
And if I had say 12 items in my carousel there would be 4 pagination dots. However, I wish to have 12 dots (1 for each item) there doesn't seem to be a way of selecting this as an option for the script?