I wrote a readme file in markdown, and I had no problems putting a local gif in it, but vsce complained about a local png, maybe because I inserted it like this (just for centering it):
<p align="center">
<img src="resources/logo.png" alt="Logo">
</p>