video path

This commit is contained in:
sakrecoer 2020-08-05 12:00:02 +02:00
parent 95ee751fa7
commit 8971588668
10 changed files with 10 additions and 10 deletions

View file

@ -15,9 +15,9 @@
<div class="imagecontainer">
</div>
{% if page.video_file %}
{% if page.video_path %}
<video autoplay muted loop id="myVideo">
<source src="{{ page.video_file }}" type="video/mp4">
<source src="{{ page.video_path }}" type="video/mp4">
</video>
{% endif %}
</header>