全屏图像Rstudio演示文稿

时间:2016-09-20 08:26:04

标签: css r markdown rstudio rpres

我正在尝试将全屏图像添加到标题页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的观众中,一切看起来都很好:

enter image description here

但是在firefox,safari和chrome中我没有背景

enter image description here

有什么想法吗?看来.rpres仍处于重大发展阶段 - 很多bugs等等。

0 个答案:

没有答案