diff --git a/src/patterns/03-layouts/ofis/ofis-profile.twig b/src/patterns/03-layouts/ofis/ofis-profile.twig index 82d4f0a078d5a99536640f22ea85eff527553894..c4d35dd77c22bf6f110cc1ea106cd1d13e54059f 100644 --- a/src/patterns/03-layouts/ofis/ofis-profile.twig +++ b/src/patterns/03-layouts/ofis/ofis-profile.twig @@ -43,8 +43,8 @@ {% if ofis_data.profile.video %} {% set vid = ofis_data.profile.video|split('?v=')[1] %} {% if vid %} - {% set yy = 'https://www.youtube.com/embed/' ~ vid %} - <iframe width="560" height="315" src="{{ yy }}" + {% set ytembed = 'https://www.youtube.com/embed/' ~ vid %} + <iframe width="560" height="315" src="{{ ytembed }}" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>