Update app/dashboard/page.tsx
This commit is contained in:
parent
15c9cdebab
commit
c5cbddedf9
@ -203,10 +203,10 @@ const Dashboard = () => {
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div className="w-full rounded-md overflow-hidden mb-4 relative">
|
||||
<div className="w-full h-[400px] bg-black rounded-md overflow-hidden mb-4 ">
|
||||
<video
|
||||
ref={videoRef}
|
||||
className="w-full object-cover absolute inset-0 -top-[10%] h-[120%]"
|
||||
className="w-full h-full object-cover"
|
||||
controls
|
||||
playsInline
|
||||
src="/assets/images/demo.mp4"
|
||||
|
Loading…
x
Reference in New Issue
Block a user