Skip to content

Commit f7343cd

Browse files
authored
Fix: new video embed for news-use (#3083)
- Video embed alternative - Demo from media repo <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Switches the news-use demo video embed to the hosted media repo for reliable playback and faster loading in docs. This replaces the GitHub user-attachment link that could fail to load. <!-- End of auto-generated description by cubic. -->
2 parents 1696df7 + b0384f7 commit f7343cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/apps/news-use.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This demo requires browser-use v0.7.7+.
1212
<video
1313
controls
1414
className="w-full aspect-video rounded-xl"
15-
src="https://github.com/user-attachments/assets/698757ca-8827-41f3-98e5-c235d6eef69f">
15+
src="https://browser-use.github.io/media/demos/news_use.mp4">
1616
</video>
1717

1818
## Features

0 commit comments

Comments
 (0)