<video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<video width="320" height="240" autoplay muted loop>
<source src="movie.mp4" type="video/mp4">
</video>
<video width="320" height="240" controls poster="poster.jpg">
<source src="movie.mp4" type="video/mp4">
</video>
<video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
<source src="movie.webm" type="video/webm">
</video>
<div style="max-width: 100%; overflow: hidden">
<video style="width: 100%; height: auto" controls>
<source src="movie.mp4" type="video/mp4">
</video>
</div>