After clicking through the carousel, I want to be able to store the current index and slide back to it after a page refresh. Is there a way to save this value in a variable so that I can use the mySwiper.slideTo() method to return to the last index?
In simpler terms, I want to click on a project slide, navigate to the project page, and then easily go back to where I left off in the carousel when returning to the main page.
If you have any tips or suggestions on how to achieve this, I would greatly appreciate it! Thank you!