Lightbox issues on touch devices: Webflow still haven't fixed it?

In case you are interested: I did implement fancybox3 with the help of this tutorial:

It works with CMS and @Siton_Systems could help me with a special issue I had. Via conditional visibility hidden elements appeared as empty images in fancybox, this little script helped:
<script> $("[data-fancybox][href='']").remove(); </script>

1 Like

Fantastic! Thanks so much for sharing!

@rileyrichter - Can your provide an update to this. It’s been quite some time.

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