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!