marianoguerra / rst2html5

transform restructuredtext documents to html5 + twitter's bootstrap css, deck.js or reveal.js
http://marianoguerra.github.com/rst2html5
MIT License
177 stars 51 forks source link

full-screen image slide #89

Closed comotion closed 7 years ago

comotion commented 7 years ago

Hello, I can't find any documentation on how to generate a full screen image slide, such that there is no title and only the image is shown.

Is there any way to set an image, and only that image, to be the slide contents?

ie:

my title
======

* bah
* foo

.. nextslide::

.. image:: zool.jpg
  :class: fill

This doesn't work, because I can't find any nextslide directive.

marianoguerra commented 7 years ago

you can hide the title like in examples/slide1.rst

.. class:: hide-title

.
=

add a class .hide-title { display: none } and .fill { [full sreen css here] }