I think you need to change the CSS on your video element. Remove the max-width: 100%
and set the height to height: 100vh;
. It will crop the edges of the video on smaller screens, but that can’t be helped if you want it to be full screen height.
I think you need to change the CSS on your video element. Remove the max-width: 100%
and set the height to height: 100vh;
. It will crop the edges of the video on smaller screens, but that can’t be helped if you want it to be full screen height.