get carousel to automatically loop rather than end?
Created by: titaniumbones
I feel like I must be missing something obvious -- is there an easy way to get the carousel to start over from the beginning when it gets to the end of the carousel? I keep looking through the docs but the only option I see is "interval". Is there a "loop" options somewhere, or failing that a really easy javascript function that I can call when We get to the end of the carousel? For instance, in my case it would probably make more sense to reload the whole page than to loop again, because that would let me load fresh data from the web sources I query to create the carousel content.
Thanks!