diff options
author | Joey Hess <joey@kitenet.net> | 2010-06-08 21:13:37 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-06-08 21:13:46 -0400 |
commit | 0ccf21daafa76fd182df5e6bc156f22873fe062d (patch) | |
tree | aca6709dc5f1f4f3c6aed8ab9f8bf02001c6948f /doc/bugs | |
parent | eff7fac985b41d038b071ab68cfe8bc0f428441b (diff) | |
download | ikiwiki-0ccf21daafa76fd182df5e6bc156f22873fe062d.tar ikiwiki-0ccf21daafa76fd182df5e6bc156f22873fe062d.tar.gz |
img: Fill in missing height or width when scaling image.
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/img_plugin_and_missing_heigth_value.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/img_plugin_and_missing_heigth_value.mdwn b/doc/bugs/img_plugin_and_missing_heigth_value.mdwn index a82e2a7d7..bcb17c330 100644 --- a/doc/bugs/img_plugin_and_missing_heigth_value.mdwn +++ b/doc/bugs/img_plugin_and_missing_heigth_value.mdwn @@ -1,3 +1,5 @@ When I set up my picture page with `\[[!img defaults size=300x]]` then the html validator complains that the value for height is missing and the IE browsers won't show the pictures up at all; no problems with ff tho. If I set up my picture page with `\[[!img defaults size=300x300]]` then all the images are funny stretched. What am I doing wrong? > This is a bug. --[[Joey]] + +> And .. [[fixed|done]] --[[Joey]] |