mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
parent
2bb6ac8da0
commit
2919c48035
@ -1,13 +1,10 @@
|
||||
|
||||
//=include bigchain/hero-video.js
|
||||
//=include bigchain/smoothscroll.js
|
||||
//=include bigchain/testimonials.js
|
||||
|
||||
jQuery(function($) {
|
||||
|
||||
// hero stuff
|
||||
HeroVideo.init();
|
||||
|
||||
$('.hero .logo').on('animationend webkitAnimationEnd oAnimationEnd',
|
||||
function(e) {
|
||||
$('.hero').addClass('is-ready');
|
||||
|
@ -20,10 +20,6 @@
|
||||
</div>
|
||||
|
||||
<div class="hero-video__background">
|
||||
<video class="hero-video__video" poster="/assets/img/northern-lights-poster.jpg" preload="none" loop>
|
||||
<source src="/assets/videos/{{ page.hero_video_name }}.mp4" type="video/mp4">
|
||||
<source src="/assets/videos/{{ page.hero_video_name }}.webm" type="video/webm">
|
||||
</video>
|
||||
<img class="hero-video__poster" width="1920" height="1080" src="/assets/img/northern-lights-poster.jpg" />
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user