muxinc / next-video

The easiest way to add video in your Nextjs app.
https://next-video.dev
MIT License
858 stars 33 forks source link

How can i add object fit to the video element? #255

Closed shken1 closed 6 months ago

shken1 commented 6 months ago

<Video ref={videoRef} src={/images/home/examples-videos/${item.video}} playsInline controls={false} loop muted onLoadedData={() => setIsLoading(false)} className="h-full w-full object-cover" />

I wanna remove the black border

Screenshot 2024-05-06 at 11 12 53