landingpage Video
parent
699621ec6d
commit
75cc89b22c
|
@ -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>
|
Loading…
Reference in New Issue