reveal-md icon indicating copy to clipboard operation
reveal-md copied to clipboard

Setting a Background for the complete Presentation/Markdown file

Open v-scalone opened this issue 1 year ago • 1 comments

I am just writing my first presentation and I have the following problem: I want to set a background image for my whole presentation. I found out that I could set it per slide with

<!-- .slide: data-background="./bg.png", data-background-size="contain" -->

but it makes the markdown file really cluttered >.<

I couldn't find a way to just have something like

data-background: ./bg.png
data-background-size: contain

in the upfront yaml configuration

v-scalone avatar Jun 18 '24 16:06 v-scalone

This is the way to it indeed. You can search this repo, I've seen this being discussed a few times before, maybe you'll find an alternative you like better.

webpro avatar Jul 09 '24 06:07 webpro

[!WARNING]

reveal-md is no longer in active development.

No new features will be added. Pull requests for bug and documentation fixes will be considered. Occasional dependency upgrades and CVEs might happen.

Thanks for using reveal-md! Please consider these Markdown-based alternatives:

webpro avatar Jan 13 '25 19:01 webpro