How to turn the lightbox on for images embedded using HTML tags in Quarto website? #14578
Unanswered
arnaudgallou
asked this question in
Q&A
Replies: 1 comment 9 replies
-
|
See the documentation: https://quarto.org/docs/output-formats/html-lightbox-figures.html#applying-lightbox-to-specific-images |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
For some reasons,
lightbox: trueonly seems to add the required scripts (located insite_libs/quarto-contrib/glightbox/) when Quarto detects the markdown image syntax![](). I would prefer to use<img>for better control and to keep the EJS file cleaner (I find mixing markdown syntax and EJS messy and hard to read).Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions