Skip to content

Commit 15fd731

Browse files
authored
Fixes embeded video width (#2121)
1 parent 4c7742c commit 15fd731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/example-projects/realtime-fal-ai.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This full stack Next.js project showcases the following:
3131
This video walks through the process of creating this task in a Next.js project.
3232

3333
<iframe
34-
width="100"
34+
width="100%"
3535
height="315"
3636
src="https://www.youtube.com/embed/BWZqYfUaigg?si=XpqVUEIf1j4bsYZ4"
3737
title="Trigger.dev walkthrough"

0 commit comments

Comments
 (0)