Skip to content

Commit 20a12c6

Browse files
docs: constrain demo image width and center for better layout
Images are 830x1051 (portrait), limit to 600px width and center to prevent excessive vertical scrolling. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6cdf5b5 commit 20a12c6

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

README-CN.md

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

1313
## 演示
1414

15-
![演示](docs/demo/demo.png)
15+
<p align="center">
16+
<img src="docs/demo/demo.png" alt="演示" width="600">
17+
</p>
1618

1719
## 功能概览
1820

README.md

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

1313
## Demo
1414

15-
![Demo](docs/demo/demo-en.png)
15+
<p align="center">
16+
<img src="docs/demo/demo-en.png" alt="Demo" width="600">
17+
</p>
1618

1719
## Features
1820

0 commit comments

Comments
 (0)