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

Add support for countIndexFrom param to avoid count always from index 1 #53

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

jalamprea
Copy link

The current behavior is always to add 1 to the index when the images are loading, but if my images were generated from 0, it will lose one image.
This PR is to add a new parameter to allow set the count-from on the client-side, so by default, it will add 1, but I can pass zero or any other integer value to add to the index.

@sg-wk
Copy link

sg-wk commented Nov 7, 2022

Can we add this? Would really help to be able to move the index around.

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

Successfully merging this pull request may close these issues.

2 participants