DEV Community

Cover image for Web-Thread Lightbox: Zero-Dependency JavaScript Gallery Lightbox Library
jQueryScript
jQueryScript

Posted on

Web-Thread Lightbox: Zero-Dependency JavaScript Gallery Lightbox Library

Web-Thread Lightbox, a vanilla JavaScript library for adding image galleries to your website with zero dependencies.

Key features:

  • Pure JavaScript with no jQuery requirement
  • Responsive design with touch and mouse support
  • Keyboard navigation and swipe gestures
  • Automatic gallery grouping through CSS classes
  • Dynamic HTML injection only when needed

The implementation uses just two CSS classes—one for the gallery container and one for each thumbnail wrapper.

The script handles everything from navigation to caption display automatically.

👉 Blog Post

👉 GitHub Repo

👉 Live Demo

Top comments (0)