Comments improved

This commit is contained in:
Duncan Lock
2013-05-29 18:34:29 -07:00
parent bd3934a49a
commit 970127b5cb

View File

@@ -6,7 +6,7 @@ This plugin:
- Adds a style="width: ???px; height: auto;" to each image in the content
- Also adds the width of the contained image to any parent div.figures.
- If RESPONSIVE_IMAGES == True, adds style="width: ???px; max-width: 100%; height: auto;" instead
- If RESPONSIVE_IMAGES == True, also adds style="max-width: 100%;"
- Corrects alt text: if alt == image filename, set alt = ''
TODO: Need to add a test.py for this plugin.