15 lines
412 B
Plaintext
15 lines
412 B
Plaintext
{% 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> |