How do I stop the auto-rotation on my website's slideshow?
This is a javascript issue, I believe. I've been messing with the "duration" options, but that doesn't seem to do it. Here is the url: http://开发者_如何学Cwww.compeat.com/services/index_sandbox.aspx
take a look at the options of the used plugin: http://galleria.aino.se/docs/1.2/options/ (e.g. switching off carousel options)
(I can second @vzait, next time, please post the code here..)
Try: Galleria.get(0).pause()
精彩评论