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"}
{:width="196px" height="348x"} {:width="196px" height="348x"}