0

我正在尝试将全屏图像添加到 Rstudio 演示文稿的标题页。我遵循了这个链接的建议。

<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 仍在大量开发中 - 许多错误等。

4

0 回答 0