Skip to content
Snippets Groups Projects
Commit 109b9f18 authored by Igor Biki's avatar Igor Biki
Browse files

ISTWCMS-6863: Improving variable name.

parent 1399a93f
No related branches found
No related tags found
1 merge request!227ISTWCMS-6863: Adding ofis video to ohana.
...@@ -43,8 +43,8 @@ ...@@ -43,8 +43,8 @@
{% if ofis_data.profile.video %} {% if ofis_data.profile.video %}
{% set vid = ofis_data.profile.video|split('?v=')[1] %} {% set vid = ofis_data.profile.video|split('?v=')[1] %}
{% if vid %} {% if vid %}
{% set yy = 'https://www.youtube.com/embed/' ~ vid %} {% set ytembed = 'https://www.youtube.com/embed/' ~ vid %}
<iframe width="560" height="315" src="{{ yy }}" <iframe width="560" height="315" src="{{ ytembed }}"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen></iframe> allowfullscreen></iframe>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment