how to add gifs on github readme.md on profile!
heres a template to make a cool and funny github readme.md for your repos and ur profile!
DOWNLOAD:
https://www.mediafire.com/file/fk81xw0gud0s2z4/README.md/file
-----------------------------------------------------------------------------------------------------------------------
Showing gifs need two things
1- Use this syntax as in these examples
![Alt Text](https://media.giphy.com/media/vFKqnCdLPNOKc/giphy.gif)
Yields:
2- The image url must end with gif
3- For posterity: if the .gif link above ever goes bad, you will not see the image and instead see the alt-text and URL, like this:
4- for resizing the gif you can use this syntax as in this Github tutorial link
<img src="https://media.giphy.com/media/vFKqnCdLPNOKc/giphy.gif" width="40" height="40" />
Yields:
Comments
Post a Comment