Hello
Embedded video on the site:
<video autoplay id="bgvid" loop> <source src="videos/medoff-video.webm" type="video/webm"> <source src="videos/medoff-video.mp4" type="video/mp4"> </video>
In Mozilla, it works as it should, but Chrome does not understand the loop
and does not play the video from the beginning to its end.
I read that the problem is:
Yours is “200 OK” response, but it should not be sending “206 Partial Content”
But did not quite understand what it means.
What is the solution to this problem?
thank