For the following slidify deck,
--- title : Foo framework : revealjs # {io2012, html5slides, shower, dzslides, ...} revealjs : {theme: solari
As indicated in my comment, a quick fix to get a white background is to add the following lines to your Rmd file
Rmd
<style>iframe{background-color: white}</style>