Percentage:
<img src="https://user-images.githubusercontent.com/16319829/81180309-2b51f000-8fee-11ea-8a78-ddfe8c3412a7.png" width=50% height=50%>
Pixels:
<img src="https://user-images.githubusercontent.com/16319829/81180309-2b51f000-8fee-11ea-8a78-ddfe8c3412a7.png" width="150" height="280">
-
To get a githubusercontent link for an image, drag and drop the image into any issue, and copy/paste the url from the code that is automatically generated. Example code:
![image](https://user-images.githubusercontent.com/16319829/81180309-2b51f000-8fee-11ea-8a78-ddfe8c3412a7.png)
-
If anyone knows of a very easy to use (preferably browser based, client side) app that converts a link an image in a repository to a githubusercontent/raw link, please comment with the app url
-
There is no way to change the size of an image if the markdown format is of the form
[]()
- so stop looking right now! - you must use<img>
instead -
Another useful summary of conventions that do and don't work here
Thanks! I'm not led down a wild goosechase anymore
However it's still unfortunate that such is the case. The reason I even explored this topic was because using the
<img src="" width="">
tag causes the images to not scale properly on small screens (eg mobile) or windows.Kinda defeats the notion of markdown if I have to markup stuff to get it to work right, otherwise my images will have to be full-size.