Материал из Chipwiki
Перейти к: навигация, поиск
Widget:Youtube — различия между версиями
м
м
 
(не показана 1 промежуточная версия этого же участника)
Строка 7: Строка 7:
 
   <div class="lazyload-thumbnail">
 
   <div class="lazyload-thumbnail">
 
<!--
 
<!--
<div class="tableimg" style="width:<!--{$width|default:392|validate:int|escape:'html'}-->px;height:<!--{$height|default:220|validate:int|escape:'html'}-->px;overflow: hidden; background: url(https://img.youtube.com/vi/<!--{$id|escape:'urlpathinfo'}-->/hqdefault.jpg) center center; background-size: cover;""></div>
+
<div style="width:<!--{$width|default:392|validate:int|escape:'html'}-->px;height:<!--{$height|default:220|validate:int|escape:'html'}-->px;overflow: hidden; background: url(https://img.youtube.com/vi/<!--{$id|escape:'urlpathinfo'}-->/hqdefault.jpg) center center; background-size: cover; border-radius:5px;"></div>
 
<div class="play" style="width: 64px !important;height: 64px !important;position: relative;top: -50%;left: 50%;margin-top: -32px;margin-left: -32px;"></div>
 
<div class="play" style="width: 64px !important;height: 64px !important;position: relative;top: -50%;left: 50%;margin-top: -32px;margin-left: -32px;"></div>
 
-->
 
-->
Строка 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=
}}