Skip to content

Commit eb94b0c

Browse files
docs: fix video display - remove border and improve sizing
Use autoplay loop muted playsinline video tag instead of bare user-attachments URL to avoid GitHub's details wrapper border and fix aspect ratio issues. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5c08020 commit eb94b0c

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

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

1717
## 功能概览
1818

README.md

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

1313
## Demo
1414

15-
16-
https://github.com/user-attachments/assets/93854617-0c59-4eb6-b304-aa80bb3bb7d5
17-
15+
<video src="https://github.com/JiaboLi-GitHub/renderdoc-mcp/raw/main/docs/demo/demo-en.mp4" autoplay loop muted playsinline></video>
1816

1917
## Features
2018

0 commit comments

Comments
 (0)