Answers for "adding gif"

0

adding gif

/*adding video to HTML*/

<video autoplay loop muted playsinline>
  <source src="my-video.webm" type="video/webm" />
  <source src="my-video.mp4" type="video/mp4" />
</video>
Posted by: Guest on April-08-2021

Browse Popular Code Answers by Language