WAIT: Fix Video Element

So i noticed that the video element is not perfect as it forces this on:
:where(.brxe-video) video {
object-fit: cover;
}

as this wont work with videos not exactly 16:9 so it would just cut off the left and right of the video.

Also why is the object fit not available in the video element, like it is in the image element.

Hi @MightyX3N,

I believe this was added to ensure “poster” image to cover the entire video. Can you let me know on which “Sources” you get this issue, or it’s only if you are using “media”?

Thanks,
Matej