From ac8bb94a367c9a8359209e5f11b626bb1864c79c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 30 Oct 2007 16:59:04 -0400 Subject: web commit by http://arpitjain11.myopenid.com/ --- doc/plugins/contrib/gallery/discussion.mdwn | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/plugins') diff --git a/doc/plugins/contrib/gallery/discussion.mdwn b/doc/plugins/contrib/gallery/discussion.mdwn index 9ea94790f..c6ab297b2 100644 --- a/doc/plugins/contrib/gallery/discussion.mdwn +++ b/doc/plugins/contrib/gallery/discussion.mdwn @@ -19,3 +19,12 @@ When using `vcs="1"` it's no better: internal error: b/800x600-1.jpg cannot be found in web or underlay --[[tschwinge]] + +For the time being, you can turn resizing off till I look into conditional underlay directory feature. + +USAGE : [[gallery imagedir="directory" resize="0"]] + +New version updated at SVN REPO : http://ned.snow-crash.org:8080/svn/ikiwiki-gallery/ + +--[[arpitjain]] + -- cgit v1.2.3 From 00259020061577316895370ee04cf00b634db98a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 30 Oct 2007 17:02:38 -0400 Subject: web commit by http://arpitjain11.myopenid.com/ --- doc/plugins/contrib/gallery.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/plugins') 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 :
* 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.
* thumbnailsize(optional,Default=200x200) => Size of the thumbnail that you want to generate for the gallery.
- * resize(optional, Default=>800x600) => Width and Height to resize image to.
+ * resize(optional, Default=>800x600) => Width and Height to resize image to. resize="0" for turning resizing off.
* alt(optional) => If image can not be displayed, it will display the text contained in alt argument.
* cols(optional,Default=3) => Number of columns of thumbnails that you want to generate.
* rows(optional, Default=>3) => Number of Rows on a gallery page.
-- cgit v1.2.3