1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 01:36:55 +01:00

add video poster image for nicer transition between loading/playing

This commit is contained in:
Matthias Kretschmann 2016-02-14 14:10:50 +01:00
parent 1b2b97f21f
commit a4ee089ad6

View File

@ -18,7 +18,7 @@
</div>
<div class="hero-video__background">
<video class="hero-video__video" preload="none" loop>
<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>