Because markdown don't support aligning image, instead of
![example seeing impaired TEXT](httpLinktoPicture.jpg)
you can use <img src="httpLinktoPicture.jpg" alt="example seeing impaired TEXT" />
This is the code you need to align images to the left:
<img align="left" width="100" height="100" alt="fidget spinner" src="https://loading.io/spinners/fidget-spinner/lg.fidget-spinner.gif">
---
This is the code you need to align images to the center:
<center>
<img width="300" alt="fidget spinner" src="https://loading.io/spinners/fidget-spinner/lg.fidget-spinner.gif">
</center>
---
This is the code you need to align images to the right:
<img align="right" width="100" height="100" alt="fidget spinner" src="https://loading.io/spinners/fidget-spinner/lg.fidget-spinner.gif">
This is the code you need to align images to the left:
This is the code you need to align images to the center: