Skip to content

Change img size #24176

Discussion options

You must be logged in to vote

Hello @naseemkhan7021,

As far as I know there’s only two methods of resizing images for your readme:

  1. the HTML <img> tag.
  2. editing the size of the image with an image editing program.

The simplest solution would be to use the HTML image tag and add the width/height attributes.

<img src="IMG_LINK" width="100" height="100"/>

Replace IMG_LINK with the link of your image, and adjust the width/height values as needed.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants