fix: update HTML for video tag

This commit is contained in:
Parkreiner
2024-07-10 14:01:42 +00:00
parent d77ad8ac63
commit a2c29ace0a

View File

@@ -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