I have added an image in README.md file something like this

The image displayed on Bitbucket is too large and I want to be able to resize the image. Following is what I have tried which didn't work
{:width="320px"}

{width=320}!
{width=320px}
Can someone please help me with a solution to resize the image in README.md file?
You can always use HTML in a MarkDown document. The equivalent code would be:
<img src="./images/Objy-InfiniteGraph-doc.png" alt="InfiniteGraph Logo" width="320">