'Embed a gif in VSTS Wiki

I know we are currently still in preview for VSTS wiki but I am just wondering if embedding/uploading a gif is supported. I'm looking to give our docs a little bit of extra documentation beyond just the standard image and definition.



Solution 1:[1]

Yes, gif is supported for VSTS Wiki page.

  • If the gif file located locally, you just need to drag the .gif file in editor window. And the format will convert similar as below:

    ![giphy.gif](.attachments/giphy-84d10aa7-b43b-4f1c-b0c0-dd38db35fb4f.gif)
    
  • If the gif files located in network, you can use the formate:

    ![Text](URL for the gif)
    

More details, you can refer the markdown syntax for images.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Marina Liu