Does video tag html5 slow my webpage or is it heavy if I have many videos in video tags?

233 Views Asked by At
<video width="400" controls>
  <source src="mov_bbb.mp4" type="video/mp4">
</video>

I want to insert many videos in my website, but I am afraid that it will make it slow even if they are not playing.

0

There are 0 best solutions below