M0412
M0412

Reputation: 1

How to add png image to my ReadMe file on Github?

enter image description here The picture is not showing on my Readme file, only the link as shown in the photo. photo itself not showing, only the link

I tried using html syntax instead, tried creating a new issue and copying the URL, also tried to just drag and drop directly to the readme file, nothing worked. Not sure what I'm doing wrong here.

Upvotes: -1

Views: 401

Answers (1)

Cintia Tahirih
Cintia Tahirih

Reputation: 1

Use this:

![Sin titulo](pictures/avatar.png) or ![Con titulo](pictures/avatar.png "titulo")

I tried with png image and it works for me

![Sin titulo](https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png)

Upvotes: 0

Related Questions