hakimel / reveal.js

The HTML Presentation Framework
https://revealjs.com
MIT License
67.97k stars 16.65k forks source link

Custom div as a background for all slides (Feature) #3690

Open JerryI opened 1 month ago

JerryI commented 1 month ago

RevealJS allows to put background images, iframes for all slides.

However, it seems there is no way on how to put a custom DOM element. It would be cool to have sort of a master slide for instance, which will underlay all other slides.


<!-- underlay slide -->

Footer
Logos
Pics in the background

<!-- normal slides -->
# Title 1

---

# Title 2

or something similar

JerryI commented 1 month ago

Is there an API for custom slides?.. I could find it in the official docs, or does it break the architecture of revealjs?