Skip to content

Commit

Permalink
feat: switch video to youtube (#87)
Browse files Browse the repository at this point in the history
* feat: switch video to youtube

* fix: ran format
  • Loading branch information
gmguarino authored Oct 13, 2024
1 parent 7fe9bf9 commit 22fb6a6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/app/[locale]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,14 @@ const VideoSection = () => {
<div className="max-w-[1500px] mx-auto">
<div className="pt-[56.25%] relative">
<iframe
src="https://player.vimeo.com/video/1016205305?badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479"
allow="autoplay; fullscreen; picture-in-picture; clipboard-write"
className="absolute top-0 left-0 w-full h-full"
src="https://www.youtube.com/embed/YPVHTczRyuU?si=BZA4TaWW86aayGRp&rel=0"
title="Pinkbombs"
allow="autoplay; fullscreen; picture-in-picture; clipboard-write"
referrerPolicy="strict-origin-when-cross-origin"
allowFullScreen
/>
</div>
<script src="https://player.vimeo.com/api/player.js"></script>
</div>
</div>
);
Expand Down

0 comments on commit 22fb6a6

Please sign in to comment.