Top "Reveal.js" questions

Reveal.

How to use two-column layout with reveal.js?

I use reveal.js and write my slides in Markdown code. Now I want to display my content (text, unordered …

css markdown reveal.js
How to style images in reveal.js?

I am now trying to put transparent png image in reveal.js as: <div class="slides"> <section&…

reveal.js
Fragments in reveal.js using Markdown

reveal.js supports fragments which will be shown one after another in HTML: <section> <p class="fragment …

javascript html markdown presentation reveal.js
How does reveal.js resize elements?

I am trying to understand how reveal.js resizes elements dynamically. To see this, adjust the height of the page …

javascript html css reveal.js
How to add and change fonts in reveal.js?

I'm working with reveal.js for my next presentation, I want to change the default fonts used for headings. How …

reveal.js
Best way to print Jupyter notebook slides? How to put a page break?

I want to print my jupyter notebook and share the hardcopy with non-programmer coworkers. What I have done so far: …

python html jupyter reveal.js nbconvert
How can I get left-justified paragraphs in reveal.js?

Standard HTML paragraphs are displayed centered by reveal.js. I would like to change this to left-justified, like on a …

reveal.js
Set header and footer reveal.js presentation

I want to set a header and footer in my presentation. I used the following issue as a starting point: …

javascript html css presentation reveal.js
Can I align reveal.js slides to the top of the page?

I'm using reveal.js and trying to sort out how to force my slides to the top left-most corner of …

css reveal.js
reveal.js print to pdf only prints the first slide?

I am trying to use the pdf export option of reveal.js as documented in the repo readme. I have …

javascript css google-chrome reveal.js