fix: update HTML for video tag

pull/269/head
Parkreiner 10 months ago
parent d77ad8ac63
commit a2c29ace0a

@ -24,7 +24,16 @@ module "windows_rdp" {
## Video
[![Video](../.icons/desktop.svg)](https://github.com/coder/modules/assets/28937484/fb5f4a55-7b69-4550-ab62-301e13a4be02)
<video controls="" muted="" preload="metadata" style="width: 100%; aspect-ratio: auto;">
<source src="https://github.com/coder/modules/assets/28937484/fb5f4a55-7b69-4550-ab62-301e13a4be02" type="video/webm">
<p>
Your browser does not support GitHub's video format.
<a href="https://github.com/coder/modules/assets/28937484/fb5f4a55-7b69-4550-ab62-301e13a4be02">
Click here to try downloading the file.
</a>
</p>
</video>
## Examples

Loading…
Cancel
Save