- Issue created by @Don_WaterMatters
- π¬π§United Kingdom griz
From the limited tinkering I've done, it looks like the thing that defines which carousel item is shown is the 'active' class, ie:
class="carousel-item item slide-1 active"
So when clicking on the thumbnail, we need to get the "data-bs-slide-to" attribute value for the thumbnail, and apply the 'active' class to the carousel item with the same number.
- π¬π§United Kingdom griz
Dropping this here and hopefully will have time to come back to this:
https://stackoverflow.com/questions/14644929/how-to-jump-to-a-specific-i...
- Assigned to sourabhsisodia_
Its wroking fine for me, can you share a video or image of issue , you are facing