Skip to content

Commit f1356b8

Browse files
Use inline HTML5 video player for README demo
Replace the click-through poster link with a <video> tag so the walkthrough plays in place with native controls instead of redirecting. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 18afbb6 commit f1356b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Cash reconciliation usually lives in fragile spreadsheets. This project shows ho
1414

1515
### ▶ Watch the 90-second demo
1616

17-
[![Watch the cash break resolution workbench demo](frontend/design/demo/workbench-demo-poster.png)](https://github.com/xiangtinghe616-blip/cash-reconciliation-automation/blob/main/frontend/design/demo/workbench-demo-short.mp4)
17+
<video src="https://github.com/xiangtinghe616-blip/cash-reconciliation-automation/raw/main/frontend/design/demo/workbench-demo-short.mp4" poster="https://github.com/xiangtinghe616-blip/cash-reconciliation-automation/raw/main/frontend/design/demo/workbench-demo-poster.png" controls muted width="100%"></video>
1818

19-
*Click the image above to play the walkthrough.* **[▶ Try the live demo](https://cash-reconciliation-automation.vercel.app)** — no setup required.
19+
**[▶ Try the live demo](https://cash-reconciliation-automation.vercel.app)** — no setup required.
2020

2121
## How it works
2222

0 commit comments

Comments
 (0)