I\'ve been searching for an image carousel that will display several images at once, is responsive and loops infinitely.
Elastislide seems to be the most suitable ( http
Add this code in the _initEvents function after - var instance = this; to make the elastislide autoplay.
window.setInterval(function(){ instance._slide('right'); }, 7000);