diff options
author | http://smcv.pseudorandom.co.uk/ <smcv@web> | 2014-03-31 05:17:52 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-03-31 05:17:52 -0400 |
commit | e853734faaad47887a5142fe414cce5a19cdd202 (patch) | |
tree | e71364427641f1d1e9eb76923ca7166533ddacbe /doc/plugins | |
parent | 5eba09419825f51fe4f3c1d69e143c4961218c4e (diff) | |
download | ikiwiki-e853734faaad47887a5142fe414cce5a19cdd202.tar ikiwiki-e853734faaad47887a5142fe414cce5a19cdd202.tar.gz |
known bugs
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/contrib/album.mdwn | 8 |
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. |