Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit a2c29ac

Browse files
committed
fix: update HTML for video tag
1 parent d77ad8a commit a2c29ac

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

windows-rdp/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,16 @@ module "windows_rdp" {
2424

2525
## Video
2626

27-
[![Video](../.icons/desktop.svg)](https://github.com/coder/modules/assets/28937484/fb5f4a55-7b69-4550-ab62-301e13a4be02)
27+
<video controls="" muted="" preload="metadata" style="width: 100%; aspect-ratio: auto;">
28+
<source src="https://github.com/coder/modules/assets/28937484/fb5f4a55-7b69-4550-ab62-301e13a4be02" type="video/webm">
29+
30+
<p>
31+
Your browser does not support GitHub's video format.
32+
<a href="https://github.com/coder/modules/assets/28937484/fb5f4a55-7b69-4550-ab62-301e13a4be02">
33+
Click here to try downloading the file.
34+
</a>
35+
</p>
36+
</video>
2837

2938
## Examples
3039

0 commit comments

Comments
 (0)