Skip to content

Commit 52f9651

Browse files
dmealingclaude
andcommitted
site: intro video sources the mp4 from metaobjects.com (Pages rejects the 17MB file); captions stay same-origin
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SKaSE8U5cwN4ZGFwhJwxSY
1 parent 2a0ecf3 commit 52f9651

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

www/index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,17 @@ <h2 class="section-label">Watch the introduction</h2>
7070
runtime halves work together — in eight minutes.
7171
</p>
7272
<figure style="margin:0;">
73-
<video controls preload="metadata" playsinline crossorigin="anonymous"
73+
<video controls preload="metadata" playsinline
7474
poster="/video/introduction-poster.png"
7575
width="1280" height="720"
7676
aria-label="Introduction to MetaObjects: one model your database, API, UI, and AI all share."
7777
style="width:100%;max-width:860px;height:auto;border-radius:14px;border:1px solid rgba(255,255,255,0.08);margin:1rem auto 0;display:block;">
78-
<source src="/video/introduction.mp4" type="video/mp4">
78+
<!-- mp4 served from metaobjects.com (Cloudflare): GitHub Pages' deploy
79+
backend rejects the 17MB file (bisect-verified). Poster + captions
80+
stay same-origin so the <track> needs no CORS. -->
81+
<source src="https://metaobjects.com/video/introduction.mp4" type="video/mp4">
7982
<track kind="captions" src="/video/introduction.vtt" srclang="en" label="English" default>
80-
Your browser doesn't support embedded video — <a href="/video/introduction.mp4">download the introduction</a>.
83+
Your browser doesn't support embedded video — <a href="https://metaobjects.com/video/introduction.mp4">download the introduction</a>.
8184
</video>
8285
<figcaption style="text-align:center;color:#8b9ab5;font-size:0.9rem;margin-top:0.75rem;">
8386
One model — your objects, database, API, UI, and AI.

0 commit comments

Comments
 (0)