rr-markdownioslides

Make ioslides default to widescreen


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?


Solution

  • See the documentation.

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