Quarto lightbox questions #13153
Unanswered
AlbertoFabbri93
asked this question in
Q&A
Replies: 1 comment 5 replies
-
For this you should be able to group - did you read https://quarto.org/docs/output-formats/html-lightbox-figures.html#advanced-customization-in-computations ?
I don't know if the underlying library allows this: We use https://biati-digital.github.io/glightbox You could look into there options or help only, and maybe we are missing a configuration. Did you already found something ? You could also trying playing with CSS maybe, to change the size. Use your browser inspector |
Beta Was this translation helpful? Give feedback.
5 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
Hi, I have a couple of questions about the lightbox option in Quarto. Here is the repro:
Is it possible to force the svg images to fill in the screen when opened with lightbox?
Is there a way to make lightbox work with images generated programmatically outside of a loop but in the same code chunk? I mean so that you can switch between images by using the arrows on the side.
Beta Was this translation helpful? Give feedback.
All reactions