glidejs / glide

A dependency-free JavaScript ES6 slider and carousel. It’s lightweight, flexible and fast. Designed to slide. No less, no more
https://glidejs.com
MIT License
7.29k stars 772 forks source link

Possible contributions #613

Open agenestar opened 2 years ago

agenestar commented 2 years ago

Hello!

I would like to propose some functionalities that I would can implement into Glide, let me know if you would be willing to accept these PRs:

  1. Ability to skip bullets per page not per item. If we have three pages with 3 items in each (9 in total), we would only list 3 bullets, one per page. And when moving with the arrows or clicking the bullets we would slide the entire page.

  2. Ability to use numbers instead of bullets in the pagination. image

Thanks

jedrzejchalubek commented 2 years ago

Hey!

Does the current implementation not allows you to do that? Could you tell me more details about what you have in mind because I think both cases can be done already (not like it generates bullets for you based on the number of slides but this is quite straight forward to do it by yourself with current api)