File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -117,14 +117,15 @@ const VideoSection = () => {
117
117
< div className = "p-6 lg:px-12 lg:pt-36 lg:pb-64 text-red1 bg-pink1" >
118
118
< div className = "max-w-[1500px] mx-auto" >
119
119
< div className = "pt-[56.25%] relative" >
120
- < iframe
121
- src = "https://player.vimeo.com/video/1016205305?badge=0&autopause=0&player_id=0&app_id=58479"
122
- allow = "autoplay; fullscreen; picture-in-picture; clipboard-write"
120
+ < iframe
123
121
className = "absolute top-0 left-0 w-full h-full"
124
- title = "Pinkbombs"
122
+ src = "https://www.youtube.com/embed/YPVHTczRyuU?si=BZA4TaWW86aayGRp& rel = 0 "
123
+ title = "Pinkbombs"
124
+ allow = "autoplay; fullscreen; picture-in-picture; clipboard-write"
125
+ referrerPolicy = "strict-origin-when-cross-origin"
126
+ allowFullScreen
125
127
/>
126
128
</ div >
127
- < script src = "https://player.vimeo.com/api/player.js" > </ script >
128
129
</ div >
129
130
</ div >
130
131
) ;
You can’t perform that action at this time.
0 commit comments