File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change
1
+ /* eslint-disable jsx-a11y/media-has-caption */
1
2
/* eslint-disable @next/next/no-img-element */
2
3
import { cn } from '@/lib/utils' ;
3
4
import { typography } from '@/styles/typography' ;
@@ -438,16 +439,9 @@ function VideoSection(): React.JSX.Element {
438
439
alt = "double twinkle"
439
440
className = "absolute -right-13 -top-6 -translate-y-full translate-x-full"
440
441
/>
441
- < iframe
442
- width = "1009"
443
- height = "575"
444
- src = "https://www.youtube.com/embed/tE68vioSJfk"
445
- title = '[4K] "Gravity" by FIFTY FIFTY live performance [MMT LIVE]'
446
- allow = "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
447
- referrerPolicy = "strict-origin-when-cross-origin"
448
- allowFullScreen
449
- className = "mx-auto"
450
- />
442
+ < video width = "1009" height = "575" controls className = "mx-auto" >
443
+ < source src = "/videos/project-demo.mp4" type = "video/mp4" />
444
+ </ video >
451
445
</ div >
452
446
</ div >
453
447
</ section >
You can’t perform that action at this time.
0 commit comments