diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-10-30 22:51:29 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2007-10-30 22:51:29 -0400 |
commit | 848af1f9060935e9aec4b3e843e8055bb8707140 (patch) | |
tree | b7e31cdb2563a4f085fdb4329f9a91b0aaed90fa /doc | |
parent | 5cbd86235e7993cc067b76105b9ed2e4fbdda3a1 (diff) | |
parent | 00259020061577316895370ee04cf00b634db98a (diff) |
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/contrib/gallery.mdwn | 2 | ||||
-rw-r--r-- | doc/plugins/contrib/gallery/discussion.mdwn | 9 |
2 files changed, 10 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> 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]] + |