Материал из Chipwiki
Перейти к: навигация, поиск
Widget:VKVideo — различия между версиями
м
 
(не показаны 4 промежуточные версии этого же участника)
Строка 9: Строка 9:
 
   <div class="lazyload-thumbnail">
 
   <div class="lazyload-thumbnail">
 
<!--
 
<!--
<div style="width:<!--{$width|default:392|validate:int|escape:'html'}-->px;height:<!--{$height|default:220|validate:int|escape:'html'}-->px;overflow: hidden; background: url(/static/vk_preview.jpg) center center; background-size: cover;  border-radius:5px;"></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(/static/vk_preview.jpg) center center; background-size: cover;  border-radius:10px;"></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>
 
-->
 
-->
 
</div>
 
</div>
 
<!--
 
<!--
<div class="lazyload-youtube" style="padding-bottom:0px;">
+
<div class="lazyload-youtube" style="padding-bottom:5px;">
<iframe src="//vk.com/video_ext.php?oid=<!--{$oid|escape:'urlpathinfo'}-->&id=<!--{$id|escape:'urlpathinfo'}-->&hash=<!--{$hash|escape:'urlpathinfo'}-->&hd=2" width="<!--{$width|default:392|validate:int|escape:'html'}-->" height="<!--{$height|default:220|validate:int|escape:'html'}-->" frameborder="0" allowfullscreen></iframe>
+
<iframe style="border-radius:10px;" src="//vk.com/video_ext.php?oid=<!--{$oid|escape:'urlpathinfo'}-->&id=<!--{$id|escape:'urlpathinfo'}-->&hash=<!--{$hash|escape:'urlpathinfo'}-->&hd=2" width="<!--{$width|default:392|validate:int|escape:'html'}-->" height="<!--{$height|default:220|validate:int|escape:'html'}-->" frameborder="0" allowfullscreen></iframe>
  </div>
+
</div>
 
-->
 
-->
 
</div></includeonly>
 
</div></includeonly>

Текущая версия на 22:46, 25 марта 2025

{{#widget:VKVideo
|oid=
|id=
|hash=
|width=
|height=
}}