Slidify (io2012): how do I resize a slide to fit the screen resolution?

Hello everyone and sorry if this is a stupid question. I played with slidify and I think these are rocks, although I'm a relative CSS newbie.

It seems to me that the "screen area" of slidify / io2012 is fixed - on my laptop with 1366x768 it fits nicely, with minimal black borders. But only my desktop with a resolution of 1920x1080 has a huge black border. Should I imagine this through a ray in fullHD, I also see a black frame, and the actual slide is very small - a lot of lost space.

Is there a way to set the slide size relative to permissions or even a way to manually set the slide size somewhere? I apologize if this is trivial ...

Thanks so much for any help or pointers!

+6
source share
1 answer

I dug up a bit, and this may be useful: https://github.com/rstudio/rmarkdown/issues/185

In short: resizing the screen is not implemented (yet?), But you can zoom in on your browser to fit the screen ( C-+ to increase, C-- to decrease). Pressing w includes 4: 3 resolution if you need it. Pretty graceful!

+2
source

Source: https://habr.com/ru/post/978800/


All Articles