We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The carousel start at the index 0 per default. Is it possible to start with custom index?
CellWidth is 100%, it means there is one visible image at a time.
<carousel [arrows]="true" [cellWidth]="'100%'" [images]="images" [lightDOM]="true" [objectFit]="'contain'" [overflowCellsLimit]="3" [transitionDuration]="300" [transitionTimingFunction]="'linear'"
What should I do, in order to manage to show a different image as initial?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The carousel start at the index 0 per default. Is it possible to start with custom index?
CellWidth is 100%, it means there is one visible image at a time.
<carousel
[arrows]="true"
[cellWidth]="'100%'"
[images]="images"
[lightDOM]="true"
[objectFit]="'contain'"
[overflowCellsLimit]="3"
[transitionDuration]="300"
[transitionTimingFunction]="'linear'"
What should I do, in order to manage to show a different image as initial?
Thanks in advance!
The text was updated successfully, but these errors were encountered: