How can i use Lightbox with revealjs such that the slides do not change along the Lightbox?
---
title: "My presentation"
format: revealjs
lightbox: true
---
# first slide
with 1st text
# slide with images
::: {layout-ncol=3}
{group="my-gallery"}
{group="my-gallery"}
{group="my-gallery"}
:::
# second slide
2nd text
# final slide
final text
```</div>
Discussed in https://github.com/orgs/quarto-dev/discussions/14830
Originally posted by stefaniecg August 30, 2026
Description
Hi, I want to build a presentation which has a slide with Lightbox figures.
My problem is that when i open the Lightbox figures the slides also change along.
How can i use Lightbox with revealjs such that the slides do not change along the Lightbox?