I am trying to resize my gif that is to be displayed in Github. The gif is in a folder in the repository. I have tried a lot of the solutions but they do not work.
Changing image size in Markdown
![Alt Text](/images/output/video1.gif =250x250)
Resize image in the wiki of GitHub using Markdown
<img src="https://github.com/asd/privategithubrepo/images/output/video1.gif" width="48">
Try resize it!Copy <img> in browser DevTools. Replace ! [](url) to <img> . Add width(and height) attr.
Now you can search GIPHY straight from any comment box in GitHub, and add a GIF to your wordy masterpiece in a matter of seconds. No more trying to find a GIF that's under 10MB, no more manual tab opening and searching, no more writing your own markdown — just living your best GIF life.
you can use HTML syntax for this purpose
<img src="/images/output/video1.gif" width="250" height="250"/>
I think this will work.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With