In ioslides you can make the slide widescreen by pressing 'w'. Is there any setting in the css or yaml header to make widescreen the default?
Asked
Active
Viewed 795 times
1 Answers
6
See the documentation.
---
output:
ioslides_presentation:
widescreen: true
---

neilfws
- 32,751
- 5
- 50
- 63
-
thanks. For some reason that didn't come up no matter how many ways i googled it. – jzadra Oct 23 '19 at 00:59