size image to md github code example
Example 1: github screenshots resize
![test image size]<img src="https://fullpath/assets/yourgif.gif" width="400" height="790">
Example 2: change size of image in github readme
<a href="url"><img src="http://url.to/image.png" align="left" height="48" width="48" ></a>
Example 3: limit image size on github
<img src="https://camo.githubusercontent.com/..." width="200" height="400" />