|
|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
{% load i18n thumbnail %}
|
|
|
|
|
|
|
|
|
|
<div class="video reveal_container">
|
|
|
|
|
<iframe class="video__frame" src="https://player.vimeo.com/video/{{ instance.vimeo_id }}" 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></iframe>
|
|
|
|
|
<a href="#" class="video__thumbnail reveal reveal_animation">
|
|
|
|
|
<span class="video__play">
|
|
|
|
|
{% include 'project/assets/play.svg' %}
|
|
|
|
|
|