docs: fix Mintlify homepage hero video autoplay + sizing (#714)
Co-authored-by: Clawdbot <clawdbot@Clawdbots-Mac-mini.local>
taylorcopilot committed
Feb 14, 2026 at 22:20 UTC
b0ea2ca21c6c78f6d164ee812d31600544e3af97
1 file changed
+18
-3
docs/index.mdx
+18
-3
@@ -26,12 +26,27 @@ CoPilot is a **single pane of glass** for operating an open‑source SOC/SIEM st
26
27
</div>
28
29
- <Frame>
30
- <video autoplay loop muted playsInline style={{width: '100%', borderRadius: 16}}>
29
+ <div
30
+ style={{
31
+ width: '100%',
32
+ borderRadius: 16,
33
+ overflow: 'hidden',
34
+ border: '1px solid rgba(255,255,255,0.08)',
35
+ background: 'rgba(255,255,255,0.02)',
36
+ }}
37
+ >
38
+ <video
39
+ autoPlay
40
+ loop
41
+ muted
42
+ playsInline
43
+ preload="auto"
44
+ style={{ width: '100%', height: 'auto', display: 'block' }}
45
+ >
46
<source src="/assets/hero/copilot-hub.webm" type="video/webm" />
47
<source src="/assets/hero/copilot-hub.mp4" type="video/mp4" />
48
</video>
34
- </Frame>
49
+ </div>
50
</Columns>
51
52
## Popular tasks