Add possibility to play localized videos + welcome video in Russian

Closes #952

See merge request monero-project/monero-site!1152
This commit is contained in:
luigi1111 2019-12-02 14:40:25 +01:00
commit e5a1c6c6a4
2 changed files with 1 additions and 1 deletions

View file

@ -11,7 +11,7 @@ permalink: index.html
<div class="monero-video">
<!--iframe width="560" height="315" src="https://www.youtube.com/embed/TZi9xx6aiuY" frameborder="0" allowfullscreen></iframe-->
<video controls poster="/img/monero-community.png" onclick="this.paused ? this.play() : this.pause();" preload="none">
<source src="/media/Monero_Promo.m4v">
<source src={% if site.lang == 'en' %}"/media/Monero_Promo.m4v"{% else %}"/media/{{ site.lang }}/Monero_Promo.m4v"{% endif %}>
</video>
</div>

BIN
media/ru/Monero_Promo.m4v Normal file

Binary file not shown.