Skip to content

Commit e2bdb38

Browse files
committed
Replace screenshot with video
1 parent 1eaa80b commit e2bdb38

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

public/videos/graphiql5.webm

1.11 MB
Binary file not shown.

src/pages/blog/2025-06-10-graphiql-5/index.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ import { Callout } from "nextra/components"
1818
> and we are beyond excited to see it finally reach fruition!
1919
2020
<figure className="mt-6">
21-
<>![GraphiQL 5 with Monaco Editor Preview](./graphiql-5.png)</>
21+
<video autoPlay muted loop playsInline style={{ maxWidth: '100%', borderRadius: '0.5rem' }}>
22+
<source src="/videos/graphiql5.webm" type="video/webm" />
23+
Your browser does not support the video tag.
24+
</video>
2225
{/* prettier-ignore */}
2326
<figcaption className="mt-2 text-center">GraphiQL 5 with Monaco Editor Preview</figcaption>
2427
</figure>

0 commit comments

Comments
 (0)