-
DescriptionAs in the title, is it possible to add something like in https://www.w3.org/Talks/Tools/Slidy2/#(2)
this function in the revealjs environment? So that I can immediately modify the font size when there is a problem with the text layout. |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Jul 11, 2023
Replies: 1 comment
-
That's not a question for Quarto but for Reveal.js. You could still implement some JavaScript but it might get tricky since Reveal.js is JavaScript already. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ChoCho66
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's not a question for Quarto but for Reveal.js.
See https://revealjs.com/ and https://github.com/hakimel/reveal.js.
You could still implement some JavaScript but it might get tricky since Reveal.js is JavaScript already.