Change img size #24176
-
|
Please help, I am trying to resize my image in GitHub ReadMe.md |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Could you give us the link to your repository? (e.g. https://github.com/github/gh-ost) |
Beta Was this translation helpful? Give feedback.
-
|
Hello @naseemkhan7021, As far as I know there’s only two methods of resizing images for your readme:
The simplest solution would be to use the HTML image tag and add the width/height attributes. Replace |
Beta Was this translation helpful? Give feedback.
-
|
SethClydesdale:
[facepalm] I was thinking of that but I forgot that markdown supports html! Thanks @SethClydesdale! |
Beta Was this translation helpful? Give feedback.
Hello @naseemkhan7021,
As far as I know there’s only two methods of resizing images for your readme:
<img>tag.The simplest solution would be to use the HTML image tag and add the width/height attributes.
Replace
IMG_LINKwith the link of your image, and adjust the width/height values as needed.