Xaringan: Widescreen presentation?

Created on 31 Aug 2017  路  3Comments  路  Source: yihui/xaringan

I love xaringan! Is it possible to have a widescreen presentation? If so what method do you recommend?

Most helpful comment

Something like this should work for you...

output:
  xaringan::moon_reader:
    lib_dir: assets
    nature:
      highlightStyle: github
      highlightLines: true
      countIncrementalSlides: false
      ratio: "16:9"

The key part being ratio: "16:9" (or whatever ratio you want) under nature:

All 3 comments

Something like this should work for you...

output:
  xaringan::moon_reader:
    lib_dir: assets
    nature:
      highlightStyle: github
      highlightLines: true
      countIncrementalSlides: false
      ratio: "16:9"

The key part being ratio: "16:9" (or whatever ratio you want) under nature:

Worked perfectly! Thanks so much!

Thanks @jvcasillas!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

beatrizmilz picture beatrizmilz  路  4Comments

burgerga picture burgerga  路  3Comments

bnicenboim picture bnicenboim  路  5Comments

tcgriffith picture tcgriffith  路  4Comments

grawil picture grawil  路  4Comments