gnab / remark

A simple, in-browser, markdown-driven slideshow tool.
http://remarkjs.com
MIT License
12.68k stars 856 forks source link

Global scale size % for all slides #620

Open josephernest opened 4 years ago

josephernest commented 4 years ago

I have a document of around 50 slides, and I just noticed that with some browsers, the text does not fit in the window/browser viewport, and the bottom text of a few slides are truncated.

Is there a simple way to set a scale % for all the document?

Example: I would like to set all slides at 85% (i.e. everything would be resized to 85% of the normal size, so that it would fit in the browser viewport).

Thanks in advance if you have an idea

Katharsas commented 4 years ago

try

html {
  font-size: 16px;
}
josephernest commented 4 years ago

@Katharsas Not really, it doesn't rescale everything in the document