robb / github-video-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github Video Test

Markdown image syntax

![](./record.mov)

![](./record.webm)

![](./record.gif)

HTML img tag with src

<img src="./record.mov">

<img src="./record.webm">

<img src="./record.gif">

HTML img tag with src and srcset

<img srcset="./record.mov, ./record.webm" src="./record.gif">

HTML picture tag

<picture>
    <source srcset="./record.mov">
    <source srcset="./record.webm">
    <source srcset="./record.gif">
</picture>

GitHub Web Drag and Drop

record

record.mov
record.webm

About