How can I make the video background fit properly on all browsers, including IE, without zooming it? Here is my website link:
The CSS property object-fit: cover
works for most browsers, but unfortunately IE does not support this property.
I would appreciate any insights or suggestions regarding this issue. Thank you!