Home > Blockchain >  how can I make a gif in ReadMe.md more smaller
how can I make a gif in ReadMe.md more smaller

Time:09-04

I want to make a gif smaller in the readme section. is there a way like "https://user-images.......gif => 250x350" enter image description here

enter image description here

CodePudding user response:

You can instead use an img tag and size your gif accordingly

e.g <img src=<MY_GIF> height="275">

  • Related