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

Can we show multiple items in one slide? #9

Closed
rampatra opened this issue Sep 13, 2013 · 9 comments
Closed

Can we show multiple items in one slide? #9

rampatra opened this issue Sep 13, 2013 · 9 comments

Comments

@rampatra
Copy link

Suppose i want to show 3 slides at one go and then when the user clicks on the arrows, he sees another 3 slides and so on.

@jedrzejchalubek
Copy link
Member

The easiest way to do that is to create 3 columns within one slide. Pure CSS, no changes inside plugin.

<li class="slide">
     <div class="col col-3"></div>
     <div class="col col-3"></div>
     <div class="col col-3"></div>
</li>

@rampatra
Copy link
Author

Okay, will do the same. I thought there would be some option like "visibleItems" or something.

@jwerre
Copy link

jwerre commented Dec 7, 2017

This works but it doesn't work for a responsive layouts where you'd want to have multiple items on a desktop display and one item on a mobile.

@jedrzejchalubek
Copy link
Member

Unfortunately, version 2.* do not have that functionality. It will be introduced with 3.* on which I currently working on.

@enkota
Copy link

enkota commented Mar 19, 2018

+1 Would like to be able to show say 3 slides on desktop and drop down to one on mobile.

@natalieryder
Copy link

@jedrzejchalubek is this option available yet?

@jedrzejchalubek
Copy link
Member

jedrzejchalubek commented Oct 14, 2018

@natalieryder Yes, v3.0 has been released and have a multi-slides per view functionality.

@natalieryder
Copy link

@jedrzejchalubek great! Can you tell me what the option is called? I'm using "perView" but it still only slides one at a time.

@jedrzejchalubek
Copy link
Member

jedrzejchalubek commented Oct 17, 2018

It's a perView option. Make sure you are using v3 of the glide.

If you have an implementing problem please look for the help at StackOverflow, there is a glidejs tag :)

@glidejs glidejs locked as resolved and limited conversation to collaborators Oct 17, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants