'HTML responsive video fit to screen

Anyone knows how to make responsive video fit to screen? It should be full width. Is the problem because video is not hd?

<video style="height:50vh" autoplay muted loop id="myVideo">
  <source src="img/video.mp4" type="video/mp4">
</video>

Screenshot



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source