Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

Getgrav HTML5 Video loop not working

Started by Muut Archive 10 years ago · 12 replies · 865 views
10 years ago

Inserted the standart html5 video container, but in getgrav loop is not working for some reason. Nicely plays until the end, then stops, and when you scroll the page, some strange unexplained effects happen. The same code without grav works nicely and without any problems.

fallback_types in system.yaml does not help.

Any thoiughts what may cause the issue? How to debug it?

---html
<video autoplay preload controls="true" poster="" class="">
<source src="bg.mp4" type="video/mp4">
<source src="bg.webm" type="video/webm">
<source src="bg.ogg" type="video/ogg">
</video>

10 years ago

I have the same issue.

In Chrome browser HTML5 videos will not loop. I read on SO that it might be because the video response status is 200 OK when it should be 206 Partial Content or something.

10 years ago

To make a video loop you need to add the loop attribute to the video tag. Just tested, it works.

10 years ago

Tried this. If the video is "playing" outside the grav, everything is working and is fine. But from CMS - no luck.

10 years ago

@Ёжик can you paste your page markdown file, to recreate the issue?

10 years ago

I can give you the access to bitbucket repo if you end me your email. As for now, i am using pretty much standart code:
The page markdown is empty.
--- twig
<div id="video_container">
<video autoplay loop preload poster="" class="frontpage-video__video">
<source src="bg.mp4" type="video/mp4">
<source src="bg.webm" type="video/webm">
<source src="bg.ogg" type="video/ogg">
</video>
</div>

10 years ago

So this is in a Twig? Just zip the user/ folder and sent me via Gitter, faster to test and recreate the issue.

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1362 9 years ago
Archive · by Muut Archive, 9 years ago
2 939 9 years ago
Archive · by Muut Archive, 9 years ago
2 4069 9 years ago
Archive · by Muut Archive, 9 years ago
1 2959 9 years ago
Archive · by Muut Archive, 9 years ago
3 1124 9 years ago