roundabout
roundabout copied to clipboard
Equidistant slides width.
This is slide I am creating . but how can I make equidistant slides, means visible portion for second and third should have equal distance.Right now you can see width of third one is less than second, I want equidistant visible width. It is possible by Your API ?
I want something like this :
I'm trying to do the same thing. however, I have not successfully
Are you able to display that many slides at once? I can only get my carousel to show 3 at a time.
You can use Bootstrap 3 with responsive columns http://getbootstrap.com/css/#grid
Here is an example:
< div class="col-md-10 col-md-offset-1">
< ul class="roundabout-element col-md-offset-1 col-md-10">
...
</ul>
</ div>