you may want to try defining the size of the carousel (aka how many items you have total) in your document.ready function before or after wrap: 'circular'
size: mycarousel_itemList.length, On Oct 14, 10:54 am, Nathan Chapman <nachap...@gmail.com> wrote: > So I have just changed the original HTML and CSS then just barely > touched the JavaScript to edit the width, height and the different > image urls. > > As you can see in the sample URL below only 1 image is being loaded > and rotated. I haven't been able to trouble shoot the issue > successfully so that's why I am posting here to see if someone can > notice something I missed. > > http://www.northstar-ems.us/capstone/ > > Thanks for your time.