mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 08:18:03 +00:00
Merge !1152
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:
commit
e5a1c6c6a4
2 changed files with 1 additions and 1 deletions
|
@ -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
BIN
media/ru/Monero_Promo.m4v
Normal file
Binary file not shown.
Loading…
Reference in a new issue