Skip to content

Commit 9fa2a4b

Browse files
NickCirvclaude
andcommitted
docs(readme): replace the unrendered showcase video with a static poster link
showcase.mp4 was never rendered (not in git, 404s on raw.githubusercontent), so the README's <video> embed degraded unpredictably on GitHub. Swap it for the tracked poster.svg as a clickable image to the live HTML player — always renders inline, never 404s. Launch-readiness polish (no behavioural change). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 26a585e commit 9fa2a4b

1 file changed

Lines changed: 7 additions & 15 deletions

File tree

README.md

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,15 @@
1212
</p>
1313

1414
<!-- ============================================================
15-
24-second product showcase (Hyperframes-rendered MP4 + WebM).
16-
Source: docs/demos/showcase.html · scenes drive both the
17-
live HTML player and this MP4. Edit scene-table.md to change.
18-
If the MP4 isn't rendered yet, GitHub gracefully shows the
19-
poster image and links to the live HTML player.
15+
Product showcase — static poster (tracked SVG, always renders
16+
on GitHub) linking to the live HTML player. Source scenes:
17+
docs/demos/showcase.html · edit scene-table.md to change.
18+
(An MP4 render is optional; the poster never 404s.)
2019
============================================================ -->
2120
<p align="center">
22-
<video src="https://raw.githubusercontent.com/NickCirv/engram/main/docs/demos/showcase.mp4"
23-
controls
24-
muted
25-
playsinline
26-
poster="docs/demos/poster.svg"
27-
width="100%">
28-
<a href="docs/demos/showcase.html">
29-
<img src="docs/demos/poster.svg" alt="engram — 24-second showcase (click to open the live HTML player)" width="100%">
30-
</a>
31-
</video>
21+
<a href="docs/demos/showcase.html">
22+
<img src="docs/demos/poster.svg" alt="engram — product showcase (click for the live demo)" width="100%">
23+
</a>
3224
</p>
3325

3426
<p align="center">

0 commit comments

Comments
 (0)