1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-06-15 17:13:17 +02:00

quickfix: remove hero video (#92)

* addressing #91
This commit is contained in:
Matthias Kretschmann 2017-01-25 13:21:36 +01:00 committed by GitHub
parent 2bb6ac8da0
commit 2919c48035
2 changed files with 0 additions and 7 deletions

View File

@ -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');

View File

@ -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>