Skip to content
Discussion options

You must be logged in to vote

After some testing, I finally got it to work. Unsurprisingly, it was a very simple addition. Just added the height parameter into revealjs's format with a value larger than the default. The code below works perfectly, as seen in the new screencast.

---
title: "test"
subtitle: "I want all the content to be visible at all times"
format:
  revealjs:
    transition: fade
    height: 900 # I use 900 here to exaggerate the effect as shown in the video, but 800 already works well for my needs
---

##
I would like the whole slide to be visible in different displays, especially a) my laptop and b) the PC where I give the presentation from. This means I expect the content to be scaled down/up accor…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@rodrigo-j-goncalves
Comment options

@cderv
Comment options

cderv Nov 6, 2024
Maintainer

Comment options

You must be logged in to vote
1 reply
@rodrigo-j-goncalves
Comment options

Answer selected by cderv
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
2 participants