HTML - video tag for HTML,responsive

0 votes
187 views
added Apr 28, 2022 in HTML by lcjr First Warrant Officer (9,710 points)
<video width="100%" height="auto" controls="">
  <source src="video/example.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...