Commit 8a6c4d7f authored by Leticia Ferreira's avatar Leticia Ferreira
Browse files

update template video de galeria bloque

Showing with 6 additions and 5 deletions
......@@ -43,11 +43,12 @@
{% set video = content.field_video|field_value %}
{% set description = content.field_description|field_value %}
<div class="item-video">
<div class="item__video">
{#<a class="owl-video" href="{{video}}"></a> #}
<iframe src="{{video}}"></iframe>
<div class="caption-section">
<p class="img-caption">{{ description }}</p>
</div>
{% if description %}
<div class="item__details">
<p class="detail-txt">{{ description }}</p>
</div>
{% endif %}
</div>
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment