We have to add this html code

<video width="700" height="auto" autoplay loop controls muted playsinline>
  <source src="video.mp4" type="video/mp4" />
  Your browser does not support the video tag.
</video>

By toihid