Skip to content

Commit 3e19d6b

Browse files
committed
code cleanup
1 parent a79e4f7 commit 3e19d6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/VideoPlayer.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,10 @@ export default function VideoPlayer({ video_url, thumbnailUrl }: Props) {
5353
return (
5454
<MediaPlayer
5555
className="ring-media-focus aspect-video w-full overflow-hidden rounded-md bg-black font-sans text-white data-[focus]:ring-4"
56-
title="Sprite Fight"
5756
src={[
5857
{
5958
src: video_url,
60-
type: "video/mp4",
59+
type: "video/webm",
6160
},
6261
]}
6362
crossOrigin

0 commit comments

Comments
 (0)