fredleblanc / roundabout

A 3D Turntable jQuery Plugin.
645 stars 205 forks source link

Equidistant slides width. #136

Open anshul-shukla opened 10 years ago

anshul-shukla commented 10 years ago

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

paulories commented 10 years ago

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

kyle-jennings commented 10 years ago

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

julianomcl commented 9 years ago

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>