A MyST plugin that automatically turns every figure and image on a page into a clickable lightbox, with caption, zoom, and gallery navigation. Powered by GLightbox.
Add the plugin to your myst.yml:
project:
plugins:
- https://raw.githubusercontent.com/choldgraf/myst-lightbox/main/src/index.mjsThat's it. Build your site as usual.
nox -s docs-live # serve the demo at http://localhost:3000
nox -s docs # build the demo site