MurhafSousli / ngx-gallery

Angular Gallery, Carousel and Lightbox
https://ngx-gallery.netlify.app/
MIT License
597 stars 126 forks source link

Slides to show and Slides to scroll #281

Open priatelko opened 5 years ago

priatelko commented 5 years ago

What is the expected behavior?

To view more slides per viewport with sliding by one. For example I have a 5 slides and I can see in the slider viewport 3 slides. So initialy I can see 1, 2 with 3 slides. When I slide to the right, I will see the slides 2, 3, 4. Next slide -> 3, 4, 5, and so on. So that means: Slides to show: 3 and Slides to scroll: 1

What is the current behavior?

Visible only one slide and sliding just by one.

What is the use-case or motivation for changing an existing behavior?

Its a feature.

Thank you.

MurhafSousli commented 4 years ago

With the current implementation you can only have one, but you can use a custom template where you multiple images in each slide. https://github.com/MurhafSousli/ngx-gallery/wiki/Advanced-Usage

MurhafSousli commented 3 years ago

This will be possible in the next major version

priatelko commented 2 years ago

Thank you, I am looking forward. Let me know.