13
votes

Is there a simple way to configure ioslides presentations for higher resolutions? I know of the widescreen option:

---
output:
ioslides_presentation:
widescreen: true
---

which increases width a little bit, but I wonder if there's a parameter or simple CSS change which allows for higher resolutions...

1
You probably mean "zooming". Normally I use Google Chrome, and I press F (fullscreen), then Ctrl + Plus a few times to zoom into the page a little bit. - Yihui Xie
thanks @Yihui i'll check whether that works for me on a couple of high-res big screens. - Matt Bannert
Can't accept comments, but this works well. In general I would choose ioslides over .Rpres in the meantime. - Matt Bannert
Copied and pasted as an "answer" :) - Yihui Xie
this is a bit late, but your edit looks inappropriate to me -- (1) it asks a second questions (SO posts should contain a single question) and (2) it's not really a programming question, but a tool/framework question ... - Ben Bolker

1 Answers

20
votes

You probably mean "zooming". Normally I use Google Chrome, and I press F (fullscreen), then Ctrl + Plus a few times to zoom into the page a little bit.