How do I, when I click on the video, it starts loading, because I can not if someone can help thanks.
Here is the video snippet:
<div class="video">
<video class="video" loop controls tabindex="0">
<source src="video/nome_do_video.mp4"/>
</video>
</div>