mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-02 18:25:11 +00:00
Update slideshow on homepage
This commit is contained in:
parent
75562e5ee7
commit
9c22af0131
1 changed files with 9 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue