Multiple images in lightbox gallery

So I have a gallery with many images I want to display using lightbox. Now my issue is with the strip at the bottom when viewing the images in fullscreen. When clicking through the images the navigator at the bottom highlights the selected image, but when having a lot of images they don’t scroll with the selected image. And there appear to be a horizontal scroll bar at the bottom which I can drag to display the hidden thumbnails. But clicking the scroll bar exits the gallery.

So, is there a workaround this to display the highlighted image at the bottom with many images?

I also found out if I disable
.w-lightbox-strip{ white-space: nowrap; }
Then every image in the strip is shown like a gallery, but then the user has to know that they can scroll down to view the rest of the images.

Here is a testpage I threw togheter to give you a better idea what I’m talking about.
http://torkels-practice-project.webflow.io/

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.