Template:Appeal/Video-Impact/en: Difference between revisions

Content deleted Content added
Pgehres (WMF) (talk | contribs)
No edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1:
==The Impact of Wikipedia==
 
Wikipedia is the #5 site on the web and serves 450 million different people every month – with billions of page views.
 
{{YouTubeWithCommonsFallback
{{Template:FR2012/Video
| placeholder = Wikipedia_Puzzle_Globe.jpg
| videoyoutube = 3Knv6D6Thi0
<!--<gallery>| commons = File:The_Impact_Of_Wikipedia.webm]]</gallery>-->
| width = 400
}}
 
Commerce is fine. Advertising is not evil. But it doesn't belong here. Not in Wikipedia.
 
Line 22 ⟶ 24:
'''Jimmy Wales''' <br/>
Wikipedia Founder
 
<html>
<!--
<style type="text/css">
</style>
-->
</html>
 
<!--<gallery>File:The_Impact_Of_Wikipedia.webm]]</gallery>-->
 
<html>
<script type='text/javascript'>
 
var documentWidth = $(document).width();
var appealWidth = documentWidth - 638; //static width for now
 
var playerW = appealWidth;
var playerH = playerW * 0.5625; //aspect ratio
 
$("#appeal-body").width( appealWidth );
 
$(mw).bind('EmbedPlayerNewPlayer', function( event, embedPlayer ){
$( embedPlayer ).bind( 'playerReady', function(){
embedPlayer.$interface.css({'width': playerW, 'height':playerH})
embedPlayer.updateLayout();
// $("div.mediaContainer").css("display", "");
});
});
</script>
</html>