How can I increase text size in a quarto-revealj made presentation while presenting? #6510
-
DescriptionI use rmarkdown a lot for creating presentations as webpages for my courses. I recently tried Quarto and it seems to be a quite nice alternative. The issue I had, though, is that in a rmarkdown presentation (as webpage) I am able to increase the size of the text by using ctrl+mouse scroll on a windows machine. It seems that I am unable to do the same in a Quarto (revealj) presentation. Am I missing something here? Ideas/suggestions are more than welcomed. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Quarto presentations offer zooming, that might be enough for what you're looking: https://quarto.org/docs/presentations/revealjs/presenting.html#slide-zoom |
Beta Was this translation helpful? Give feedback.
-
FYI: |
Beta Was this translation helpful? Give feedback.
-
Thank you so much, I will definitely try this. |
Beta Was this translation helpful? Give feedback.
Because Reveal.js resize itself the font-size, if you have concern about the font-size you can only hardcode it or possibly look for a Reveal.js plugin that does what you want.
To note, in rmarkdown, if you are talking about Xaringan, that is an entirely different framework also in JavaScript.
In HTML, it's "easy" to use JavaScript to modify font size but, it's harder to add a script that interacts with another complex script such as Reveal.js.