I implemented an infinite carousel on my site and I get the following error messages:
Resource interpreted as Other but transferred with MIME type undefined.
Uncaught TypeError: Cannot call method 'split' of undefined [line 58]
This is the site: http://www.dwmu.co.uk/test.
How can I resolve this?
It looks like the plugin passes in all the elements in your container, and you have
<br>elements between your images. Try just getting rid of those.edit — looking at the plugin source that definitely seems to be the case.