use video as background for div
Pure CSS method It is possible to center a video inside an element just like a cover sized background-image without JS using the object-fit attribute or CSS Transforms. 2021 answer: object-fit As pointed in the comments, it is possible to achieve the same result without CSS transform, but using object-fit, which I think it’s an … Read more