Skip to content

Commit 2e7294a

Browse files
authored
docs: context menu demo video (#766)
# Summary Provided context menu demo video instead of a webp for stability
1 parent 142a0d9 commit 2e7294a

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/docs/guides/custom-context-menu.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ The [`contextMenuItems`](/api-reference/enriched-text-input#contextmenuitems) pr
88
text-selection menu - the popover that e.g. shows **Copy / Paste / Cut** when the
99
user long-presses selected text.
1010

11-
![Demo of the context menu feature](/assets/context-menu-demo.webp)
11+
<video autoPlay loop muted playsInline width="100%" style={{ borderRadius: '8px' }}>
12+
<source src={require('../../static/assets/context-menu-demo.mp4').default} type="video/mp4" />
13+
</video>
1214

1315
:::info
1416

626 KB
Binary file not shown.
-3.07 MB
Binary file not shown.

0 commit comments

Comments
 (0)