Skip to content

Commit 545f762

Browse files
docs: fix video tag - use controls attribute for GitHub compatibility
GitHub strips <video> tags without controls attribute. Restore controls with muted and width=100% for proper rendering. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent eb94b0c commit 545f762

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ renderdoc-mcp 是一个基于 RenderDoc Replay API 的 MCP Server 和 CLI,提
1212

1313
## 演示
1414

15-
<video src="https://github.com/JiaboLi-GitHub/renderdoc-mcp/raw/main/docs/demo/demo.mp4" autoplay loop muted playsinline></video>
15+
<video src="https://github.com/JiaboLi-GitHub/renderdoc-mcp/raw/main/docs/demo/demo.mp4" controls muted width="100%"></video>
1616

1717
## 功能概览
1818

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ renderdoc-mcp is an MCP server and CLI that wraps the RenderDoc replay API into
1212

1313
## Demo
1414

15-
<video src="https://github.com/JiaboLi-GitHub/renderdoc-mcp/raw/main/docs/demo/demo-en.mp4" autoplay loop muted playsinline></video>
15+
<video src="https://github.com/JiaboLi-GitHub/renderdoc-mcp/raw/main/docs/demo/demo-en.mp4" controls muted width="100%"></video>
1616

1717
## Features
1818

0 commit comments

Comments
 (0)