Hi everyone, i'd like to play video on browser as loop, like this
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div align="center">
<video controls src="all-midia.mp4" loop>
</video>
</div>
</body>
</html>
but when my internet go down,if the all-midia.mp4 has more than 4mb size the browser will try re-download the video, as I am without internet will not work...if movie has less than 4mb it's works...
does anyone know how to fix it ?