summaryrefslogtreecommitdiff
path: root/doc/plugins/contrib/gallery.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@wren.kitenet.net>2007-10-30 17:02:38 -0400
committerJoey Hess <joey@wren.kitenet.net>2007-10-30 17:02:38 -0400
commit00259020061577316895370ee04cf00b634db98a (patch)
treef2d6bd08056a61381bb6e249a71174727f62e155 /doc/plugins/contrib/gallery.mdwn
parentac8bb94a367c9a8359209e5f11b626bb1864c79c (diff)
web commit by http://arpitjain11.myopenid.com/
Diffstat (limited to 'doc/plugins/contrib/gallery.mdwn')
-rw-r--r--doc/plugins/contrib/gallery.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/contrib/gallery.mdwn b/doc/plugins/contrib/gallery.mdwn
index 9ef7df00b..533e3a824 100644
--- a/doc/plugins/contrib/gallery.mdwn
+++ b/doc/plugins/contrib/gallery.mdwn
@@ -9,7 +9,7 @@ USAGE :
Available options : <br>
* imagedir(required) => Directory containing images. It will scan all the files with jpg|png|gif extension from the directory and will put it in the gallery.<br>
* thumbnailsize(optional,Default=200x200) => Size of the thumbnail that you want to generate for the gallery.<br>
- * resize(optional, Default=>800x600) => Width and Height to resize image to.<br>
+ * resize(optional, Default=>800x600) => Width and Height to resize image to. resize="0" for turning resizing off.<br>
* alt(optional) => If image can not be displayed, it will display the text contained in alt argument.<br>
* cols(optional,Default=3) => Number of columns of thumbnails that you want to generate.<br>
* rows(optional, Default=>3) => Number of Rows on a gallery page.<br>