Align Image

<img src="{image-name}" style="float: right; width: {int}px; height: auto; margin-left: 1rem;" />
Left
<img src="{image-name}" style="float: left; width: {int}px; height: auto; margin-right: 1rem;" />
Centre

I’ve not tested this one yet - May need some tweaking

<img src="{image-name}" style="display: block; margin: 0 auto; width: 50%;" />