landingpage Video

pull/4/head
Jan Umbach 2024-06-02 18:33:52 +02:00
parent 699621ec6d
commit 75cc89b22c
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{% assign videoURL = "https://cdn.shopify.com/videos/c/o/v/37f714939aef4036aa9fc14f7c18ab46.mp4" %}
<div class="landingPage">
<div class="shx-landingPage__video">
<video
class="shx-landingPage__video__element"
autoplay
loop
muted
playsinline>
<source src="{{ videoURL }}" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</div>