ソースを参照

Comments improved

Duncan Lock 11 年 前
コミット
970127b5cb
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      better_figures_and_images/better_figures_and_images.py

+ 1 - 1
better_figures_and_images/better_figures_and_images.py

@@ -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.