Материал из Chipwiki
Перейти к: навигация, поиск
Widget:Youtube — различия между версиями
м
м
 
Строка 13: Строка 13:
 
<!--
 
<!--
 
<div class="lazyload-youtube" style="padding-bottom:0px;">
 
<div class="lazyload-youtube" style="padding-bottom:0px;">
   <iframe width="<!--{$width|default:392|validate:int|escape:'html'}-->" height="<!--{$height|default:220|validate:int|escape:'html'}-->" src="https://www.youtube.com/embed/<!--{$id|escape:'urlpathinfo'}-->" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
+
   <iframe style="border-radius:5px;" width="<!--{$width|default:392|validate:int|escape:'html'}-->" height="<!--{$height|default:220|validate:int|escape:'html'}-->" src="https://www.youtube.com/embed/<!--{$id|escape:'urlpathinfo'}-->" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
 
   </div>
 
   </div>
 
-->
 
-->
 
</div></includeonly>
 
</div></includeonly>

Текущая версия на 07:11, 25 декабря 2024

{{#widget:Youtube
|id=
|width=
|height=
}}