2

I'm using this plugin - http://flowplayer.org/tools/demos/scrollable/plugins/index.html#autoscroll - and I want to make it looping. At the documentation there is an option of "loop" but I can't enabled it together with the "autoscroll".

If you know this prob, please advise.

Chaofix
  • 61
  • 1
  • 2
  • 7

1 Answers1

1

Just use circular:

$("#mydiv").scrollable().circular();
Darmen Amanbay
  • 4,869
  • 3
  • 29
  • 50