File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,9 @@ description: "This example demonstrates how to scrape the top 3 articles from Ha
7
7
import LocalDevelopment from " /snippets/local-development-extensions.mdx" ;
8
8
import ScrapingWarning from " /snippets/web-scraping-warning.mdx" ;
9
9
10
- <video
11
- src = " https://content.trigger.dev/scrape-hacker-news.mp4"
12
- preload = " auto"
13
- controls = { true }
14
- autoPlay = { false }
15
- width = " 100%"
16
- height = " 100%"
17
- />
10
+ <div className = " w-full h-full aspect-video" >
11
+ <iframe width = " 100%" height = " 100%" src = " https://www.youtube.com/embed/6azvzrZITKY?si=muKtsBiS9TJGGKWg" title = " YouTube video player" frameborder = " 0" allow = " accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy = " strict-origin-when-cross-origin" allowfullscreen />
12
+ </div >
18
13
19
14
## Overview
20
15
You can’t perform that action at this time.
0 commit comments