i use this scroller http://flowplayer.org/tools/demos/scrollable/vertical.html
I notice that it slide 3 div.item …is possible chande to 2??
i use this scroller http://flowplayer.org/tools/demos/scrollable/vertical.html I notice that it slide 3 div.item …is possible
Share
If you look at the source code for the demo, you’d see that it’s is really easy. Change this part:
To this:
Most of the changes are HTML comments. All you need to do is have one fewer
<div class="item">...</div>in each set of items.