fix: update HTML for video tag
This commit is contained in:
@@ -24,7 +24,16 @@ module "windows_rdp" {
|
|||||||
|
|
||||||
## Video
|
## Video
|
||||||
|
|
||||||
[](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
|
## Examples
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user