Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Equidistant slides width. #136

Open
anshul-shukla opened this issue Dec 18, 2013 · 3 comments
Open

Equidistant slides width. #136

anshul-shukla opened this issue Dec 18, 2013 · 3 comments

Comments

@anshul-shukla
Copy link

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
Copy link

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

@kyle-jennings
Copy link

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

@julianomcl
Copy link

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants