Skip to content

Commit abfe1a9

Browse files
committed
fix(docs): use raw.githubusercontent.com URL for README demo video
GitHub README strips relative paths in video tags, causing a blank embed. Use absolute raw URL so the demo autoplays on the repo homepage.
1 parent 302da5e commit abfe1a9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Supports **MCAP**, **ROS 1 bag**, **ROS 2 db3**, **HDF5**, and **BVH** files. Available as a standalone SPA (zero-install, runs at [rosview.com](https://rosview.com)) or as an embeddable npm package.
1212

1313
<p align="center">
14-
<video src="docs/assets/rosview-demo.mp4" autoplay loop muted playsinline width="920"></video>
14+
<video src="https://raw.githubusercontent.com/ioai-tech/rosview/refs/heads/main/docs/assets/rosview-demo.mp4" autoplay loop muted playsinline width="920"></video>
1515
</p>
1616

1717
---

README.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
支持 **MCAP****ROS 1 bag****ROS 2 db3****HDF5****BVH** 文件。可作为独立 SPA(零安装,访问 [rosview.com](https://rosview.com))或作为可嵌入的 npm 包使用。
1010

1111
<p align="center">
12-
<video src="docs/assets/rosview-demo.mp4" autoplay loop muted playsinline width="920"></video>
12+
<video src="https://raw.githubusercontent.com/ioai-tech/rosview/refs/heads/main/docs/assets/rosview-demo.mp4" autoplay loop muted playsinline width="920"></video>
1313
</p>
1414

1515
---

0 commit comments

Comments
 (0)