aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins
diff options
context:
space:
mode:
authorhttp://smcv.pseudorandom.co.uk/ <smcv@web>2014-03-31 05:17:52 -0400
committeradmin <admin@branchable.com>2014-03-31 05:17:52 -0400
commite853734faaad47887a5142fe414cce5a19cdd202 (patch)
treee71364427641f1d1e9eb76923ca7166533ddacbe /doc/plugins
parent5eba09419825f51fe4f3c1d69e143c4961218c4e (diff)
downloadikiwiki-e853734faaad47887a5142fe414cce5a19cdd202.tar
ikiwiki-e853734faaad47887a5142fe414cce5a19cdd202.tar.gz
known bugs
Diffstat (limited to 'doc/plugins')
-rw-r--r--doc/plugins/contrib/album.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/plugins/contrib/album.mdwn b/doc/plugins/contrib/album.mdwn
index 745a44e8b..7344a158e 100644
--- a/doc/plugins/contrib/album.mdwn
+++ b/doc/plugins/contrib/album.mdwn
@@ -91,6 +91,14 @@ to download):
## Bugs
+* `thumbnailsize` doesn't actually work, they're always 96x96.
+ [[KathrynAndersen]] suggested a fix on the [[discussion]] page;
+ search for her name and look for a context diff.
+
+* The album index is limited to 10 images. kjs suggested a fix on
+ the [[discussion]] page: the plugin should pass `show => 0`
+ to `preprocess_inline`.
+
* There's currently a hard-coded list of extensions that are treated as
images: `png`, `gif`, `jpg`, `jpeg` or `mov` files. More image and video
types could be added in future.