Update slideshow on homepage

This commit is contained in:
netop://ウエハ 2019-08-12 12:00:18 -05:00
parent 75562e5ee7
commit 9c22af0131

View file

@ -15,7 +15,15 @@
<figure class="home__preview">
<a href="/get">
<img alt="Picture of LBRY Browser" src="https://spee.ch/@lbry:3f/lbrycom-gif.gif"/>
<video
autoplay
loop
poster="https://spee.ch/f/2019-08-lbry-interface-poster.jpg"
playsinline
>
<source src="https://spee.ch/a/2019-08-lbry-interface-webm.webm" type="video/webm"/>
<source src="https://spee.ch/4/2019-08-lbry-interface.mp4" type="video/mp4"/>
</video>
</a>
</figure>
</div>