mystmd icon indicating copy to clipboard operation
mystmd copied to clipboard

Support lightbox experience for viewing full-size images

Open mfisher87 opened this issue 1 month ago • 1 comments

Also noted here: https://github.com/jupyter-book/mystmd/issues/1809

Proposal

Like Quarto, support displaying large images in the page at a scaled-down size, with the ability to click them to view the full-size image.

```{figure} https://example.com/my-image.png
:lightbox:

My caption
```

mfisher87 avatar Oct 08 '25 20:10 mfisher87