1

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?

neilfws
  • 32,751
  • 5
  • 50
  • 63
jzadra
  • 4,012
  • 2
  • 26
  • 46

1 Answers1

6

See the documentation.

---
output:
  ioslides_presentation:
    widescreen: true
---
neilfws
  • 32,751
  • 5
  • 50
  • 63