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