diff --git a/_posts/2016-01-01-another-test-markdown.md b/_posts/2016-01-01-another-test-markdown.md index d8f271b5c8e..d0b2f9b85eb 100644 --- a/_posts/2016-01-01-another-test-markdown.md +++ b/_posts/2016-01-01-another-test-markdown.md @@ -298,11 +298,15 @@ CAF file (".caf") : Spotify Podcast: -![](https://open.spotify.com/episode/31AxcwYdjsFtStds5JVWbT) +![](https://open.spotify.com/episode/2sXXGexCXPhGsdf9l99Q73?si=717c6671590745b3) ## Special media links -![]( {{ "/assets/devstories.webm" | relative_url }} ) +Local video file (".webm"): + +![]({{ "/assets/videos/devstories.webm" | relative_url }}) + +Video with custom thumbnail: [![w:1100](https://i.imgur.com/bc9HOJU.png)](https://www.youtube.com/watch?v=kCHGDRHZ4eU) diff --git a/assets/videos/devstories.webm b/assets/videos/devstories.webm new file mode 100644 index 00000000000..84fff0ed802 Binary files /dev/null and b/assets/videos/devstories.webm differ