Resizing gif in markdown (github)

Viewed 14224
1 Answers

you can use HTML syntax for this purpose

<img src="/images/output/video1.gif" width="250" height="250"/>

I think this will work.

Related