N
N
Nikita Shchypylov2016-07-15 15:08:57
Google Chrome
Nikita Shchypylov, 2016-07-15 15:08:57

Why doesn't the loop attribute work in Chrome?

Hello everyone
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 the end
I read that the problem is in Your server is sending a "200 OK" response, but it should be sending "206 Partial Content" but I did not quite understand what does it mean
What is the solution to this problem?
Thanks

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Yuri Kucherenko, 2016-08-14
@litlleidiot

может

loop="true"
preload="true"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question