Merge e3ca3b06ae
into 5296e5c42d
This commit is contained in:
commit
a5eb2b02eb
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
<h4>{{ video_title }}</h4>
|
||||
</div>
|
||||
<div class="box-content">
|
||||
<iframe class="youtube-player" type="text/html" width="538" height="324" src="http://www.youtube.com/embed/{{ video_id }}?fs=1&rel=0&autoplay=1&showinfo=0" frameborder="0"></iframe>
|
||||
<iframe class="youtube-player" type="text/html" width="538" height="324" src="http://www.youtube-nocookie.com/embed/{{ video_id }}?fs=1&rel=0&autoplay=1&showinfo=0" frameborder="0" sandbox="allow-scripts allow-presentation allow-popups allow-same-origin" allowfullscreen></iframe>
|
||||
</div>
|
||||
</div>
|
||||
{% else %}
|
||||
|
|
Reference in a new issue