Skip to content
Discussion options

You must be logged in to vote

I believe the only global option for revealjs are the parallax-* ones: https://quarto.org/docs/reference/formats/presentations/revealjs.html#media

format:
  revealjs:
    background-image: "assets/myimage.png"
    parallax-background-size: contain 

background-size is not among global option you can set for revealjs and background-image as a global option is just an alias for parallax-background-image that Pandoc knows how to handle because background-image is also used on other slide format (beamer or pptx) - (see in template

If parallax is not what you need, you can always use a Lua filter to to apply some classes and attributes to all element of your content, like the slide header.

func…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@agerlach
Comment options

Answer selected by agerlach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
revealjs Issues with the revealjs format
3 participants