hakimel / reveal.js

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

print view doesn't consistently include background logo #3680

Open ukleinek opened 1 week ago

ukleinek commented 1 week ago

Using 472535065c7525abf0cc9df51c66f19fd2d2204f and

data-background-image="some.png"
data-background-position="bottom left"
data-background-size="15%"

and creating the slides using a single markdown document the export to pdf only has the logo on the last slide for me. In the presentation the logo is (as expected) on every slide. I think if no vertical slides are present the logo is present.

ukleinek commented 1 week ago

See https://github.com/ukleinek/reveal.js/tree/reproducer-3680 for a reproducer