Update app/dashboard/page.tsx
This commit is contained in:
parent
2cb7d7bb22
commit
97d59ce297
@ -206,7 +206,7 @@ const Dashboard = () => {
|
|||||||
<div className="aspect-video w-full bg-black rounded-md overflow-hidden mb-4 ">
|
<div className="aspect-video w-full bg-black rounded-md overflow-hidden mb-4 ">
|
||||||
<video
|
<video
|
||||||
ref={videoRef}
|
ref={videoRef}
|
||||||
className="w-full h-full object-contain"
|
className="w-full h-full object-cover"
|
||||||
controls
|
controls
|
||||||
playsInline
|
playsInline
|
||||||
src="/assets/images/demo.mp4"
|
src="/assets/images/demo.mp4"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user