Cover video - initial transplant
Transplanted cover video feature from fork of @thomasjungblut and adapted to latest hugo scroll code Co-Authored-By: Thomas Jungblut <thomas.jungblut@gmail.com>
This commit is contained in:
parent
20549022f5
commit
6f7f95f181
5 changed files with 59 additions and 3 deletions
6
exampleSite/layouts/partials/custom_header_video.html
Normal file
6
exampleSite/layouts/partials/custom_header_video.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<video playsinline="" autoplay="true" muted="" loop=""
|
||||
poster="https://www.ledger.com/wp-content/themes/ledger-v2/public/images/homepage/home-hero-ledger.jpg">
|
||||
<source src="https://cdn.shopify.com/s/files/1/2974/4858/files/home-hero-mobile.webm?v=1637155649" type="video/webm">
|
||||
<source src="https://cdn.shopify.com/s/files/1/2974/4858/files/home-hero-mobile.mp4?v=1637155649" type="video/mp4">
|
||||
<source src="https://cdn.shopify.com/s/files/1/2974/4858/files/home-hero-mobile.mov?v=1637155649" type="video/mov">
|
||||
</video>
|
||||
Loading…
Add table
Add a link
Reference in a new issue