fix: replace video tag with GIF for README demo display

GitHub strips <video> tags with release asset URLs in rendered READMEs,
so the demo was invisible. Converted the mp4 to an optimized GIF and
embedded it as an <img> tag which renders everywhere.
This commit is contained in:
Benjamin Shafii
2026-02-10 09:30:51 -08:00
parent 1ff474edfa
commit 51b1da1502
2 changed files with 3 additions and 1 deletions

View File

@@ -11,7 +11,9 @@
- Ejectable: OpenWork is powered by OpenCode, so everything OpenCode can do works in OpenWork, even without a UI yet.
- Sharing is caring: start solo, then share. One CLI or desktop command spins up an instantly shareable instance.
<video src="https://github.com/different-ai/openwork/releases/download/v0.11.16/app-demo-compressed.mp4" width="1292" autoplay loop muted playsinline></video>
<p align="center">
<img src="./app-demo.gif" alt="OpenWork demo" width="800" />
</p>
OpenWork is designed around the idea that you can easily ship your agentic workflows as a repeatable, productized process.

BIN
app-demo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB