Widget:Webm: Difference between revisions

2 bytes removed ,  14 September 2013
+poster
No edit summary
(+poster)
 
Line 14: Line 14:
<video id="VidID<!--{$type|validate:'int'}-->" class="video-js vjs-default-skin"
<video id="VidID<!--{$type|validate:'int'}-->" class="video-js vjs-default-skin"
   controls preload="auto" width="<!--{$width|escape:'htmlall'}-->" height="<!--{$height|escape:'htmlall'}-->"
   controls preload="auto" width="<!--{$width|escape:'htmlall'}-->" height="<!--{$height|escape:'htmlall'}-->"
   <!--poster="http://video-js.zencoder.com/oceans-clip.png"-->
   poster="http://www.grandtheftwiki.com/images/GTW-logo.png"
   data-setup='{ "controls": true, "autoplay": false, "preload": "auto" }'>
   data-setup='{ "controls": true, "autoplay": false, "preload": "auto" }'>
  <source src="<!--{$source|validate:'url'}-->" type='video/<!--{$type|escape:'htmlall'}-->' />
  <source src="<!--{$source|validate:'url'}-->" type='video/<!--{$type|escape:'htmlall'}-->' />
</video>
</video>