Xaringan: How to change the page size?

Created on 3 Jul 2018  路  2Comments  路  Source: yihui/xaringan

Is it possible to change the default page size of 908px:681px?

Most helpful comment

Do you mean the ratio?

---
title: "Xaringan"
output:
  xaringan::moon_reader:
      ratio: '4:3' # alternatives '16:9' or '4:3' or others e.g. 13:9
---

All 2 comments

Do you mean the ratio?

---
title: "Xaringan"
output:
  xaringan::moon_reader:
      ratio: '4:3' # alternatives '16:9' or '4:3' or others e.g. 13:9
---

Thanks! That is what I wanted.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tcgriffith picture tcgriffith  路  4Comments

DavisVaughan picture DavisVaughan  路  3Comments

paullemmens picture paullemmens  路  5Comments

bnicenboim picture bnicenboim  路  5Comments

pat-s picture pat-s  路  4Comments