Skip to content

Commit 25636cb

Browse files
Updates video autoplay
Updates video autoplay
2 parents 0a32779 + af38b19 commit 25636cb

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

_layouts/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<img class="banner-bg" src="{{ desktop_image_path }}" fetchpriority="high" decoding="async" alt=""
1515
srcset="{{ mobile_image_path }} 600w, {{ desktop_image_path }} 1600w"
1616
sizes="(max-width: 770px) 600px, 1600px">
17-
<video class="videobgframe" autoplay loop muted playsinline preload="none" id="videoBg"
17+
<video class="videobgframe" autoplay loop muted playsinline preload="metadata" id="videoBg"
1818
oncanplaythrough="setTimeout(() => { this.classList.add('loaded'); }, 1610)">
1919
<source src="{{ video_url }}" type="video/mp4">
2020
</video>

assets/video/tlaq.mp4

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)