Skip to content

Commit

Permalink
added information about custom backgrounds
Browse files Browse the repository at this point in the history
  • Loading branch information
DoMiNela10 committed Aug 22, 2016
1 parent 083b508 commit 80f88e3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,21 @@ The value can be set to:
- It should be just the CSS code with that theme, without =<style>= tags
around it.

* Custom backgrounds:
If you want to use a picture as a background for your presentation you can
use:
: #+SFHP_BACKGROUND: image.jpg
=image.jpg= should be a path to the file you want to use as the background
(preferably a relative path to it.)

If your image is small, and you want it to be repeated use:
: #+SFHP_BACKGROUND_REPEAT: repeat
=repeat= can be be anything else. It will work as long as there's a line that
defines this option, so you can use any other name that you find fitting.

Big images can cause long export times, and they won't be displayed in
browsers that don't support base64 in CSS.

* Reporting bugs:
When reporting a bug, please include link to a [[https://gist.github.com/][gist]] with org-mode file that
causes the problem. Some features of org-mode aren't supported by this
Expand Down

0 comments on commit 80f88e3

Please sign in to comment.