Swiper Library v11.1.1 Thumbnails Not Hiding When More Than 4 Images on Laravel v10
Currently, I’m integrating Swiper version 11.1.1 into my Laravel 11 project. I aim to integrate a thumbnail gallery loop using the documentation provided thumbnail gallery loop. I’ve managed to set everything up in Laravel, but I’m encountering one issue. When I have 5 images to display and set slidesPerView to 4, the fifth thumbnail doesn’t hide; it still displays. How can I hide the extra image when slidesPerView is set to 4?