marcusmota
Posts: 5
Joined: Sat Jun 13, 2015 7:30 pm

Epiphany <video> as loop

Sat Jun 13, 2015 7:37 pm

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 ?

Return to “General discussion”