arnehilmann / markdeck

presentations as code - author cool slide decks, text-only, offline-ready, collaborative

Home Page:https://arnehilmann.github.io/markdeck/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Define slide width

neilhwatson opened this issue · comments

How can the default slide width be changed, both singly and globally?

There is a width option in the defaults that can be overridden. Furthermore, you can adjust the PDF output size. Put the following in your sildes.md at the top and adjust the parameters as you like:

---
width: 960
height: 700
pdf_size: 1189x841
---

@neilhwatson does this answer your question?