I have been using this:
http://owlgraphic.com/owlcarousel/demos/sync.html
But I need to make a small amend, because the 1st carousel requires 3 images displayed at once, rather than just one, and then the middle image is the one aligned with the first.
So all I've done is literally:
sync1.owlCarousel({
singleItem : true,
...
});
to
sync1.owlCarousel({
items : 3,
...
});
But it completely messes up the mapping?
Here: