Skip to content

Instantly share code, notes, and snippets.

@jaitjacob
Last active January 31, 2024 17:10
Show Gist options
  • Select an option

  • Save jaitjacob/90829b13e260022610d641ce5893df94 to your computer and use it in GitHub Desktop.

Select an option

Save jaitjacob/90829b13e260022610d641ce5893df94 to your computer and use it in GitHub Desktop.
resize images according to your liking within issues, comments on Github

This works on Readme.md, comments within Issues. Pretty much everywhere on GitHub.

  1. Upload the picture by drag-and-drop in the text field.

  2. Github will generate a unique link to the image resource which would look like, ![image](https://image_just_uploaded_via_drag_and_drop)

  3. Replace that with <img src="https://image_just_uploaded_via_drag_and_drop" width="xxx" height="yyy">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment