Markup: Support gifv

Created on 20 Feb 2015  路  3Comments  路  Source: github/markup

Imgur's .gifv isn't supported when used in a ![alt text](link) markup . I know it's not exactly an image, but then neither is an animated GIF.

Most helpful comment

I wrote and maintain an extension that renders .gifv from several sources (imgur, gfycat, instagram) in GitHub issues. It will also work with comment previews and XHR-rendered comments because it uses MutationObservers to scan for dom changes and process new gifs.

https://github.com/qrohlf/GifHub

All 3 comments

Hi @daenney, thanks for the request. We don't currently support video embeds in markdown, and we're not currently adding any more extensions to our Markdown support. Someday we may adopt CommonMark, so you might be interested in this conversation

Either way, there's not a change we could make to this project to implement support for it, so I'm going to close this issue. Thanks again for the request.

If anyone's interested - wrote this to use with my team, but recognize that it might be helpful to others as well https://github.com/rikonor/github-gifv-support

I wrote and maintain an extension that renders .gifv from several sources (imgur, gfycat, instagram) in GitHub issues. It will also work with comment previews and XHR-rendered comments because it uses MutationObservers to scan for dom changes and process new gifs.

https://github.com/qrohlf/GifHub

Was this page helpful?
0 / 5 - 0 ratings

Related issues

petrdvorak picture petrdvorak  路  6Comments

zoffixznet picture zoffixznet  路  6Comments

Alhadis picture Alhadis  路  6Comments

tajmone picture tajmone  路  7Comments

HyoKim picture HyoKim  路  5Comments