Skip to content

Commit

Permalink
update.
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceroad committed Aug 4, 2021
1 parent 2522d3a commit 9f37ff9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -89,15 +89,15 @@ Figure.1 A caption.
Based on the string at the end of the image file name, adjust the width and height as follows.

```plain
![A cat.](cat@2x.jpg)
![A cat.](cat@2x.jpg) //400x300.
<p><img src="cat@2x.jpg" alt="A cat." width="200" height="150"></p>
![A cat.](cat_300dpi.jpg)
![A cat.](cat_300dpi.jpg) //400x300
<p><img src="cat_300dpi.jpg" alt="A cat." width="128" height="96"></p>
![A cat.](cat_300ppi.jpg)
![A cat.](cat_300ppi.jpg) //400x300
<p><img src="cat_300ppi.jpg" alt="A cat." width="128" height="96"></p>
```
Expand Down

0 comments on commit 9f37ff9

Please sign in to comment.