2 min readDec 3, 2019
Aligning Image In Github Readme
Aligning images in a Github README.md file is as simple as writing some HTML code.
Right
alignment


left
alignment


Center
alignment example
For the center align it’s a little tricky. you will need to wrap the img tag within a paragraph tag like bellow.


To adjust image width and height

width="100" height="100"
👏🏾.