Skip to content
Discussion options

You must be logged in to vote

There are no margins in the slide content, everything around is only there to fill the gap which PDF (Beamer) or PowerPoint don't do.
The only margin is around the slide itself and it is set via margin YAML which is documented to modify the whole layout (https://quarto.org/docs/presentations/revealjs/advanced.html#presentation-size).

As you can see the image occupies the full width of the slide with .r-stretch (this is a Reveal.js option, if you want to make advanced customisation, you need to read the Reveal.js documentation) and 95% without via max-width.
You can tweak that and get your image overflow on the right.

Screen.Recording.2025-02-21.at.11.10.55.mov

Now, with absolute …

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@cod3licious
Comment options

@mcanouil
Comment options

@cod3licious
Comment options

@mcanouil
Comment options

Answer selected by cod3licious
@cod3licious
Comment options

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 themes Related to HTML theming or any other style related issue (like highlight-style)
2 participants