sachinchoolur / lightGallery

A customizable, modular, responsive, lightbox gallery plugin.

Home Page:https://www.lightgalleryjs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thumbnails aren't hidden on a mobile device

ozil07 opened this issue · comments

commented

Hi!

with the toggleThumb option enabled on a mobile device, when changing a slide, a block with thumbnails pops up, I think this is not correct, everything is ok in a browser on a PC.

How can i this fix?

video_2022-05-19_12-16-04.mp4

Thank you for reporting this issue.

This is only happening with non-animated thumbnails.
I'll include the fix in the next version

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

This is only happening with non-animated thumbnails.
I'll include the fix in the next version

Hi @sachinchoolur!

I use lightgallery version 2.7.1-beta.0 and it still has this issue on my Android device (on desktop it works as expected). I have the following settings:

allowMediaOverlap: true,
toggleThumb: true

If on a mobile device I tap on the "toggle thumbnail" button then thumbnails are hidden but as soon as I swipe to the next image in the gallery the thumbnails are shown again. It's not what I expect, I want the thumbnails to remain hidden. How can configure lightgallery so that it doesn't show thumbnails after swiping?