I love xaringan! Is it possible to have a widescreen presentation? If so what method do you recommend?
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!
Most helpful comment
Something like this should work for you...
The key part being
ratio: "16:9"(or whatever ratio you want) undernature: