Add RingCT video to carousel

This commit is contained in:
Matt Smith 2017-12-18 15:08:04 +00:00
parent f85fb2124f
commit 0e2882cac6
2 changed files with 6 additions and 0 deletions

View file

@ -107,6 +107,12 @@ title: "What Is Monero (XMR)?"
<source src="/media/Monero%20-%20Ring%20Signatures.m4v">
</video>
</li>
<li class="carousel-slide">
<h3>RingCT</h3>
<video controls poster="/img/ringct-poster.png" onclick="this.paused ? this.play() : this.pause();" preload="none">
<source src="/media/Monero%20-%20RingCT.m4v">
</video>
</li>
</ul>
</div>
</div>

BIN
img/ringct-poster.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB