resize image markdown code example
Example 1: markdown size of image
<img src="drawing.jpg" alt="drawing" width="200"/>
Example 2: limit image size on github
<img src="https://camo.githubusercontent.com/..." width="200" height="400" />
<img src="drawing.jpg" alt="drawing" width="200"/>
<img src="https://camo.githubusercontent.com/..." width="200" height="400" />