Skip to content

Commit 2dcee85

Browse files
committed
fix: try to fix video tag
1 parent a581cac commit 2dcee85

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/pages/blog/release/0.8.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ npmx now has a rich command palette for efficient, keyboard-driven access to eve
2626

2727
<figure>
2828
<video
29-
src="/blog/release/0.8/cmd-palette-demo.mp4"
3029
poster="/blog/release/0.8/cmd-palette-demo-cover.png"
3130
controls
3231
autoplay
@@ -35,7 +34,9 @@ npmx now has a rich command palette for efficient, keyboard-driven access to eve
3534
playsinline
3635
preload="metadata"
3736
aria-label="Screen recording of npmx's command palette in action: opening it with Cmd+K, toggling dark/light theme, switching languages, navigating to a package page, browsing source files, switching package versions, and searching for a new package, all without leaving the keyboard."
38-
/>
37+
>
38+
<source src="/blog/release/0.8/cmd-palette-demo.mp4" type="video/mp4" />
39+
</video>
3940
<figcaption>
4041
A screen recording demonstrating npmx's command palette. The video shows: the npmx home page in dark mode; opening the command palette with Cmd+K to reveal navigation, connections, and settings sections; using the palette to toggle to light mode, then back to dark mode; using the palette to switch the interface language to Vietnamese and back to English; navigating to the Vue package page and using the palette to access package actions like "download tarball" and "copy package name"; browsing into the package's source files in the built-in code viewer; using the palette to switch between Vue versions from a list filtered by a semantic versioning specifier; and finally typing "tinyexec" into the palette to search for a different package. Throughout, individual key presses are shown in an on-screen overlay.
4142
</figcaption>

0 commit comments

Comments
 (0)