After including lightbox in my Quarto blog, chunk options like fig-width or out-width do not work anymore. Images are always included in full-size.
Even regular Markdown like ![](img.png){fig-align="center" width="70%"} does not react anymore. When I remove lightbox from _quarto.yml, everything works as expected again.
I've just run quarto update extension quarto-ext/lightbox on my blog project but the problem persists. My current workaround is to create a CSS grid manually.
After including lightbox in my Quarto blog, chunk options like
fig-width
orout-width
do not work anymore. Images are always included in full-size.Even regular Markdown like
![](img.png){fig-align="center" width="70%"}
does not react anymore. When I remove lightbox from_quarto.yml
, everything works as expected again.I've just run
quarto update extension quarto-ext/lightbox
on my blog project but the problem persists. My current workaround is to create a CSS grid manually.