I’m using SlidesJS and it works great, expect one thing – I cannot specify what number of slides to display at a time. Default is 1, so only 1 slide can be displayed.
Is it possible with this script to specify number of slides (for example I want to display 3 slides in the same time)?
From the demo code on the page, it looks like it is sliding the
<div>‘s instead of the<img>‘s, which is good. If that is so, you should be able to do something like this:And if the images don’t want to
display:inlinenicely, you can always float them: