roundabout icon indicating copy to clipboard operation
roundabout copied to clipboard

Equidistant slides width.

Open anshul-shukla opened this issue 11 years ago • 3 comments

screenshot-custom cover flow - chromium

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 : screenshot-custom cover flow - chromium-1

anshul-shukla avatar Dec 18 '13 08:12 anshul-shukla

I'm trying to do the same thing. however, I have not successfully

paulories avatar Dec 29 '13 01:12 paulories

Are you able to display that many slides at once? I can only get my carousel to show 3 at a time.

kyle-jennings avatar Jan 09 '14 17:01 kyle-jennings

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>

julianomcl avatar Dec 09 '14 14:12 julianomcl