mirror of
https://github.com/System-End/campfire.git
synced 2026-04-19 19:45:12 +00:00
feat: replace placeholder video
This commit is contained in:
parent
43e90e6459
commit
b296e9eaeb
1 changed files with 8 additions and 8 deletions
|
|
@ -170,14 +170,14 @@ function App() {
|
|||
</div>
|
||||
|
||||
<div className="relative transform rotate-[1.7deg] transition-transform hover:scale-105">
|
||||
<iframe
|
||||
width="442"
|
||||
height="249"
|
||||
src="https://www.youtube.com/embed/oKHU66Ar6Gk?si=tHZjgBqdXn-boVsk"
|
||||
title="YouTube video player"
|
||||
frameBorder="0"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
||||
referrerPolicy="strict-origin-when-cross-origin"
|
||||
<iframe
|
||||
width="442"
|
||||
height="249"
|
||||
src="https://www.youtube.com/embed/yVgqQQ5xYJo?si=1PngS7-FtsjCfAGy"
|
||||
title="YouTube video player"
|
||||
frameBorder="0"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
||||
referrerPolicy="strict-origin-when-cross-origin"
|
||||
allowFullScreen
|
||||
className="w-full max-w-[442px] aspect-video rounded-2xl shadow-[12px_12px_0px_0px_rgba(0,0,0,0.25)] mx-auto"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue