Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
ca494c0
1
Parent(s):
d5b583f
use the smaller video for the card thumbnail
Browse files
src/app/interface/video-card/index.tsx
CHANGED
@@ -112,7 +112,7 @@ export function VideoCard({
|
|
112 |
playsInline
|
113 |
|
114 |
ref={ref}
|
115 |
-
src={media.
|
116 |
className={cn(
|
117 |
`w-full h-full`,
|
118 |
`object-cover`,
|
|
|
112 |
playsInline
|
113 |
|
114 |
ref={ref}
|
115 |
+
src={media.assetUrl}
|
116 |
className={cn(
|
117 |
`w-full h-full`,
|
118 |
`object-cover`,
|