我正在尝试将全屏图像添加到标题页Rstudio演示文稿中。我遵循了这个link的建议。
<style>
.section .reveal h1 {
color: darkred;
font-size: 1.5em;
text-align: center;
}
.section .reveal .state-background {
background: url(fake.png) ;
background-position: center center;
background-attachment: fixed;
background-repeat: no-repeat;
background-size: 100% 100%;
}
</style>
Text
========================================================
width: 2000
height: 900
author:
date:
autosize: true
incremental: true
<center> <font color = "darkgreen">Text</font> </center>
<center>
<small>
<font color = "white", size="5.5">
Text
</font>
</small>
</center>
在Rstudio的观众中,一切看起来都很好:
但是在firefox,safari和chrome中我没有背景
有什么想法吗?看来.rpres仍处于重大发展阶段 - 很多bugs等等。