From 9bf6cff6ad3fbd1c082238abf0f31522ebd1f7c2 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Wed, 3 Feb 2016 22:24:24 +0100 Subject: [PATCH] [doc] document panorama --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 9a451a2..071d5ad 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,17 @@ How to use it: text: Some text, HTML is allowed. ``` +#### Panorama + +This display a very large pictures with a drag and drop posibility on it. + +How to use it: + +```yaml + - type: panorama + image: 7.jpg +``` + ## Build the website **Note: You need to be in an activated virtualenv.**