Using width attribute for revealjs slides #5019
-
I am trying to control the width of a figure in my revealjs slides like this:
But it is not working. When I am in the Quarto document I can see the figure size changing when I change the width attribute, but nothing happens when I render the document or publish it to Quarto Pub. I tried restarting R and shifting to a different machine and am still having the problem. Any tips on how to troubleshoot this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You may need to deactivate the auto stretching on image that is applied inside the Revealjs format. Did you try that already ? |
Beta Was this translation helpful? Give feedback.
You may need to deactivate the auto stretching on image that is applied inside the Revealjs format.
https://quarto.org/docs/presentations/revealjs/advanced.html#stretch
Did you try that already ?