lokesh / lightbox2

THE original Lightbox script (v2).
http://lokeshdhakar.com/projects/lightbox2/
MIT License
6.14k stars 1.77k forks source link

Lightbox works fine on desktop but on mobile autocloses 0.5s after opening #691

Closed SamGalanakis closed 1 year ago

SamGalanakis commented 3 years ago

I have my images like this :

<a class="lightboxLink" href={% static 'images\dendrogramColoredDetailed.svg' %} data-lightbox="champpionDendrogram" data-title="Champion dendrogram"> <img src={% static 'images\dendrogramColoredDetailed.svg' %} alt="hierarchicalDendrogram"> </a> Using lightbox2, desktop works great but on mobile (my android and using chrome mobile view from desktop) the first

Short video of bug in mobile first and then desktop (working)

lokesh commented 1 year ago

Closing out older issues.

Stackoverflow is the best spot to post questions regarding any specific issues implementing the script.