# HG changeset patch # User Zachary Kanfer # Date 1507612166 14400 # Tue Oct 10 01:09:26 2017 -0400 # Node ID 93d6332f4c033211d70c5eaed8e98d356f709d32 # Parent eb6f5bf71b008333607c73e4eb9841ff36bc5153 explain in README how to use full-screen images. diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -103,6 +103,18 @@ The exception to this is if the text for a link is `zp-image`. If the text is only that, the target file will be opened, and inserted as an image. This works inline with text, or on a line by itself. +### Full-screen images + +An image can be presented as a slide, with no text in it. Do this by creating a top-level slide, with two properties. The `type` property must be set to `full-screen-image`. The `image` property must be the address of the image. For example: + +``` +* This slide will display the image fullscreen, and will have no text. +:PROPERTIES: +:type: full-screen-image +:image: file:~/Pictures/giant-waterfall.jpg +:END: +``` + ### Navigating You can move to the next slide with `n`, `C-n`, ``, or ``