Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save hoajb/99f46ff9a83e13e01a7c416ff1fe766c to your computer and use it in GitHub Desktop.

Select an option

Save hoajb/99f46ff9a83e13e01a7c416ff1fe766c to your computer and use it in GitHub Desktop.
image resize in github flavored markdown.

try

![](https://gyazo.com/eb5c5741b6a9a16c692170a41a49c858.png]
▶ Copy <img> in Browser DevTools.
▶ Replace ![](url) to <img>. Add width(and height) attr.

![](https://gyazo.com/eb5c5741b6a9a16c692170a41a49c858.png | width=100) ![](https://gyazo.com/eb5c5741b6a9a16c692170a41a49c858.png | width=100)

![](https://gyazo.com/eb5c5741b6a9a16c692170a41a49c858.png =250x250) ![](https://gyazo.com/eb5c5741b6a9a16c692170a41a49c858.png =250x250)

Other information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment