Javascript – How to restart Swiper js with active Swup?
There is the following script on the page that changes the content without reloading the page: var swup = new Swup({ animationSelector: '[class*="swup-transition-"]' }); On the main page there is a slider with a connected swiper. At the initial loading,…