Lightbox Feature in Revealjs 5.2 #12889
-
DescriptionRevealJS 5.2 adds a built-in lightbox feature. Quarto reveal exports currently do not enable lightboxes by default,which can be limiting. Is this the right place to request an update to the latest version of reveal? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Dependencies are updated at most once per release. So it will likely be for 1.9. (no need to request update of the dependencies as it's part of the "maintenance" workflow) |
Beta Was this translation helpful? Give feedback.
-
This new feature from Revealjs is interesting, though we would need to see how it would conflict / interact with Quarto lightbox feature: https://quarto.org/docs/output-formats/html-lightbox-figures.html I am seeing this is document for HTML only, but this is working for Revealjs HTML format too Exemple
|
Beta Was this translation helpful? Give feedback.
-
Ah, I had completely missed this feature in quarto. Thank you both for the
help, this is great.
…On Thu, Jun 5, 2025 at 8:44 AM Christophe Dervieux ***@***.***> wrote:
This new feature from Revealjs is interesting, though we would need to see
how it would conflict / interact with Quarto lightbox feature:
https://quarto.org/docs/output-formats/html-lightbox-figures.html
I am seeing this is document for HTML only, but this is working for
Revealjs HTML format too
Exemple
---
format: revealjs
lightbox: true
---
# content
{description="A lovely image"}
image.png (view on web)
<https://github.com/user-attachments/assets/571e8e14-958a-4fb3-bfb6-582fbb4fe797>
image.png (view on web)
<https://github.com/user-attachments/assets/41bf25ed-4e1a-48a9-88bf-e2617abb75e5>
—
Reply to this email directly, view it on GitHub
<#12889 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACY6NG2YOAACDXWOEQXZ2L3CA3TPAVCNFSM6AAAAAB6TS5XRSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGMZXHE2DIMI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
This new feature from Revealjs is interesting, though we would need to see how it would conflict / interact with Quarto lightbox feature: https://quarto.org/docs/output-formats/html-lightbox-figures.html
I am seeing this is document for HTML only, but this is working for Revealjs HTML format too
Exemple