Browse Source

doc: fix img scale

Byaidu 1 năm trước cách đây
mục cha
commit
608fda90af
3 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 1 1
      README.md
  2. 1 1
      README_zh-CN.md
  3. 2 2
      docs/README_GUI.md

+ 1 - 1
README.md

@@ -137,7 +137,7 @@ pdf2zh example.pdf -f "(CM[^RT].*|MS.*|.*Ital)" -c "(\(|\||\)|\+|=|\d|[\u0080-\u
 
 ### Interact with GUI
 
-<img src="./docs/images/before.png" height="500"/>
+<img src="./docs/images/before.png" width="500"/>
 
 ```bash
 pdf2zh -i

+ 1 - 1
README_zh-CN.md

@@ -137,7 +137,7 @@ pdf2zh example.pdf -f "(CM[^RT].*|MS.*|.*Ital)" -c "(\(|\||\)|\+|=|\d|[\u0080-\u
 
 ### 图形化交互界面
 
-<img src="./docs/images/before.png" height="500"/>
+<img src="./docs/images/before.png" width="500"/>
 
 ```bash
 pdf2zh -i

+ 2 - 2
docs/README_GUI.md

@@ -10,8 +10,8 @@ This subfolder provides the GUI mode of `pdf2zh`.
 
 ## Preview
 
-<img src="./images/before.png" height="500"/>
-<img src="./images/after.png" height="500"/>
+<img src="./images/before.png" width="500"/>
+<img src="./images/after.png" width="500"/>
 
 ## Maintainance