Update ScrubbablePreview.tsx

This commit is contained in:
ibs0d 2026-03-13 23:04:52 +11:00 committed by GitHub
parent 72e22fa458
commit fe6713f41c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -231,7 +231,7 @@ export function VideoPreview({
<div className="relative aspect-video size-full bg-black"> <div className="relative aspect-video size-full bg-black">
<video <video
ref={playerRef} ref={playerRef}
className="pointer-events-none aspect-video size-full bg-black" className="pointer-events-none aspect-video size-full bg-black object-contain"
autoPlay autoPlay
playsInline playsInline
preload="auto" preload="auto"