I want to show the swiper in a modal which shows different images in a 1 by 1 view.
I set the properties Auto Height - Centered Slides - Autoplay - Loop.
When I run it in the browser the modal shows only the first image, no autoplay, no action on the controls.
Although I didn’t activate the Grab Cursor I can Grab the images .
The only way I could get the pictures to move is to click and hold then drag - clicking the arrows did not change the photo (I’m on a MAC using Safari)…
Hi @vdweyer,
The way Bootstrap Modals work require the Swiper to be initialized once the modal is displayed. I will check if we can add an initialize event for the Swiper in the next update, so you can call it on Modal Show event.
From what I understand in this topic is that the swiper component requires to be initialized on show? If so then add an dynamic event shown to the modal and from there run the update action of the swiper, this should update/refresh the swiper in the modal. The update action was added in the 1.9.0 update.