What is the current browser support for this?
I see this uses the mutationObserver which only has support starting from IE11 for example. It would be a shame if this were to be ie11+.
mutationObserver shouldn't be a problem, since the code you're referring to actualy checks whether it is available or not Carousel.js, line 327.
Hey @stephan-v, I can look into adding a list of supported browsers into the documentation, good thinking.
Most helpful comment
Hey @stephan-v, I can look into adding a list of supported browsers into the documentation, good thinking.