In Markdown, you add an image as

Now, I can easily change the size and placement of said image using attributes as
{: height="75px" width="300px" align="left"}
How do I also make it so that there is also a (choosable) space between image and text? Parameters like border
don't work.
Using Kramdown as converter, on Github pages, if that matters.