fix vimeo autoplay
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% load i18n thumbnail util_tags %}
|
||||
|
||||
<div class="video reveal_container">
|
||||
<iframe class="video__frame" src="https://player.vimeo.com/video/{{ instance.vimeo_id }}?dnt=1" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
|
||||
<iframe class="video__frame" src="https://player.vimeo.com/video/{{ instance.vimeo_id }}?dnt=1" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen allow="autoplay"></iframe>
|
||||
<a href="#" class="video__thumbnail reveal reveal_animation">
|
||||
<span class="video__play">
|
||||
{% include 'project/assets/play.svg' %}
|
||||
|
||||
Reference in New Issue
Block a user