Reveal.js - 特定div标签内的全屏图像

Ste*_*ead 5 reveal.js

我正在尝试实现这一点,以便我可以获得如下所示:

<body>
<div class="topNavigation">
 ...
 some dynamic stuff that appears at the top of the bage
</div>

<div class=reveal>
 ...
<section data-background="https://s3.amazonaws.com/hakim-static/reveal-js/cornify.gif">
 ..
</section>

</div>

</body>
Run Code Online (Sandbox Code Playgroud)

所以我需要的是幻灯片之前的顶部导航,但我还希望幻灯片填充剩余内容的整个页面.这可能吗?

开箱即用它看起来像数据背景附加到标签并添加背景图像 - 我可以在不同的div上发生这种情况吗?