Skip to content

Instantly share code, notes, and snippets.

@mrquincle
Last active July 7, 2017 14:36
Show Gist options
  • Save mrquincle/2c8110cc4786d432f047c31e10d38508 to your computer and use it in GitHub Desktop.
Save mrquincle/2c8110cc4786d432f047c31e10d38508 to your computer and use it in GitHub Desktop.
Test image resize options

Using raw html does work.

<img src="https://raw.githubusercontent.com/yourimage" width="196px" height="348px"/> <img src="https://raw.githubusercontent.com/yourimage" width="196px" height="348px"/>

Using markdown with {} options does not work.

![test image size](https://raw.githubusercontent.com/yourimage){:width="196px" height="348px"}
![test image size](https://raw.githubusercontent.com/yourimage){:width="196px" height="348px"}

test image size{:width="196px" height="348x"} test image size{:width="196px" height="348x"}

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