Last active
November 1, 2025 13:27
-
Star
(103)
You must be signed in to star a gist -
Fork
(14)
You must be signed in to fork a gist
-
-
Save stevecondylios/dcadb4fc73e63f27a3bbcf17e52058bf to your computer and use it in GitHub Desktop.
Revisions
-
stevecondylios revised this gist
Aug 13, 2021 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # How to Resize an Image in Github README.md (i.e. Github Flavored Markdown) Percentage: @@ -12,7 +12,7 @@ Pixels: - To get a githubusercontent link for an image, drag and drop the image into any issue, and copy/paste the url from the code that is automatically generated. Example code: `` - If anyone knows of a very easy to use (preferably browser based, client side) app that converts a link an image in a repository to a githubusercontent/raw link, please comment with the app url - There is [**no way** to change the size of an image if the markdown format is of the form `[]()`](https://stackoverflow.com/a/62908160/5783745) - so stop looking right now! - you **must** use `<img>` instead -
stevecondylios revised this gist
Sep 26, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ ### How to Resize an Image in Github README.md (i.e. Github Flavored Markdown) in 2020! Percentage: -
stevecondylios revised this gist
Jul 21, 2020 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,4 +16,6 @@ Pixels: - There is [**no way** to change the size of an image if the markdown format is of the form `[]()`](https://stackoverflow.com/a/62908160/5783745) - so stop looking right now! - you **must** use `<img>` instead - Another useful summary of conventions that do and don't work [here](https://github.com/jgm/pandoc/issues/2554#issuecomment-158936360) -
stevecondylios revised this gist
Jul 15, 2020 . 1 changed file with 4 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,8 +10,10 @@ Pixels: ### Quick tips! - To get a githubusercontent link for an image, drag and drop the image into any issue, and copy/paste the url from the code that is automatically generated. Example code: `` - If anyone knows of a very easy to use (preferably browswer based, client side) app that converts a link an image in a repository to a githubusercontent/raw link, please comment with the app url - There is [**no way** to change the size of an image if the markdown format is of the form `[]()`](https://stackoverflow.com/a/62908160/5783745) - so stop looking right now! - you **must** use `<img>` instead -
stevecondylios revised this gist
Jul 15, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,6 +12,6 @@ Pixels: - There is [**no way** to change the size of an image if the markdown format is of the form `[]()`](https://stackoverflow.com/a/62908160/5783745) - so stop looking right now! - you **must** use `<img>` instead - To get a githubusercontent link for an image, drag and drop the image into any issue, and copy/paste the url from the code that is automatically generated. Example code: `` - If anyone knows of a very easy to use (preferably browswer based, client side) app that converts a link an image in a repository to a githubusercontent/raw link, please comment with the app url -
stevecondylios revised this gist
Jul 15, 2020 . 1 changed file with 2 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,12 +1,10 @@ ### How to Resize an Image in Github Flavored Markdown in 2020 (and beyond)! Percentage: `<img src="https://user-images.githubusercontent.com/16319829/81180309-2b51f000-8fee-11ea-8a78-ddfe8c3412a7.png" width=50% height=50%>` Pixels: `<img src="https://user-images.githubusercontent.com/16319829/81180309-2b51f000-8fee-11ea-8a78-ddfe8c3412a7.png" width="150" height="280">` -
stevecondylios revised this gist
Jul 15, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ ### How to Resize an Image in Github Flavored Markdown in 2020 (and beyond)! Simply change to either of these formats: -
stevecondylios revised this gist
Jul 15, 2020 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,11 +2,11 @@ Simply change to either of these formats: Change percentage: `<img src="https://user-images.githubusercontent.com/16319829/81180309-2b51f000-8fee-11ea-8a78-ddfe8c3412a7.png" width=50% height=50%>` Change number of pixels: `<img src="https://user-images.githubusercontent.com/16319829/81180309-2b51f000-8fee-11ea-8a78-ddfe8c3412a7.png" width="150" height="280">` -
stevecondylios revised this gist
Jul 15, 2020 . 1 changed file with 2 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,4 @@ ### How to Resize an Image in Github Flavored Markdown! Simply change to either of these formats: @@ -18,6 +14,6 @@ For **fixed** size (pixels) - There is [**no way** to change the size of an image if the markdown format is of the form `[]()`](https://stackoverflow.com/a/62908160/5783745) - so stop looking right now! - you **must** use `<img>` instead - A quick and easy way to get githubusercontent link for an image, is to drag and drop the image into an issue, and copy/paste the url from the code that is automatically generated. Example code: `` - If anyone knows of a very easy to use (preferably browswer based, client side) app that converts a link an image in a repository to a githubusercontent/raw link, please comment with the app url -
stevecondylios revised this gist
Jul 15, 2020 . 1 changed file with 7 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ When you paste from your clipboard into a github issue, it will give you somethi `` ### Resize Image Simply change to either of these formats: @@ -14,4 +14,10 @@ For **fixed** size (pixels) `<img src="https://user-images.githubusercontent.com/16319829/81180309-2b51f000-8fee-11ea-8a78-ddfe8c3412a7.png" width="150" height="280">` ### Quick tips! - There is [**no way** to change the size of an image if the markdown format is of the form `[]()`](https://stackoverflow.com/a/62908160/5783745) - so stop looking right now! - you **must** use `<img>` instead - A quick and easy way to get githubusercontent link for an image, is to drag and drop the image into an issue, and copy/paste the url from the code that is automatically generated - If anyone knows of a very easy to use (preferably browswer based, client side) app that converts a link an image in a repository to a githubusercontent/raw link, please comment with the app url -
stevecondylios revised this gist
May 6, 2020 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,11 +6,11 @@ When you paste from your clipboard into a github issue, it will give you somethi Simply change to either of these formats: For **percentage** size change `<img src="https://user-images.githubusercontent.com/16319829/81180309-2b51f000-8fee-11ea-8a78-ddfe8c3412a7.png" width=50% height=50%>` For **fixed** size (pixels) `<img src="https://user-images.githubusercontent.com/16319829/81180309-2b51f000-8fee-11ea-8a78-ddfe8c3412a7.png" width="150" height="280">` -
stevecondylios revised this gist
May 6, 2020 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,11 +6,11 @@ When you paste from your clipboard into a github issue, it will give you somethi Simply change to either of these formats: For *percentage* size change `<img src="https://user-images.githubusercontent.com/16319829/81180309-2b51f000-8fee-11ea-8a78-ddfe8c3412a7.png" width=50% height=50%>` For *fixed* size (pixels) `<img src="https://user-images.githubusercontent.com/16319829/81180309-2b51f000-8fee-11ea-8a78-ddfe8c3412a7.png" width="150" height="280">` -
stevecondylios revised this gist
May 6, 2020 . 1 changed file with 3 additions and 9 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,23 +1,17 @@ When you paste from your clipboard into a github issue, it will give you something like this: `` ### To Resize the Image Simply change to either of these formats: For percentage size change `<img src="https://user-images.githubusercontent.com/16319829/81180309-2b51f000-8fee-11ea-8a78-ddfe8c3412a7.png" width=50% height=50%>` For fixed size (pixels) `<img src="https://user-images.githubusercontent.com/16319829/81180309-2b51f000-8fee-11ea-8a78-ddfe8c3412a7.png" width="150" height="280">` -
stevecondylios renamed this gist
May 6, 2020 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
stevecondylios created this gist
May 6, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,23 @@ When you paste from your clipboard into a github issue, it will give you something like this: ```  ``` ### To Resize the Image Simply change to either of these formats: For percentage size change ``` <img src="https://user-images.githubusercontent.com/16319829/81180309-2b51f000-8fee-11ea-8a78-ddfe8c3412a7.png" width=50% height=50%> ``` For fixed size (pixels) ``` <img src="https://user-images.githubusercontent.com/16319829/81180309-2b51f000-8fee-11ea-8a78-ddfe8c3412a7.png" width="150" height="280"> ```