<?xml version="1.0" encoding="UTF-8"?>
<post>
  <body>little change to your code,

look for this var vlc_controls = new VLCcontrols(myvlc); \

under this add this 
vlc_controls.options.set(&quot;aspect-ratio&quot;,&quot;16:9&quot;); \

so it will look like this 


var vlc_controls = new VLCcontrols(myvlc); \
	vlc_controls.options.set(&quot;aspect-ratio&quot;,&quot;16:9&quot;); \

this will make all videos on youtube 16:9

if you hate the 4:3 ratio :) 

great coding</body>
  <body-html>&lt;p&gt;little change to your code,&lt;/p&gt;

&lt;p&gt;look for this var vlc_controls = new VLCcontrols(myvlc); \&lt;/p&gt;

&lt;p&gt;under this add this 
&lt;br /&gt;vlc_controls.options.set(&quot;aspect-ratio&quot;,&quot;16:9&quot;); \&lt;/p&gt;

&lt;p&gt;so it will look like this &lt;/p&gt;

&lt;p&gt;var vlc_controls = new VLCcontrols(myvlc); \
&lt;br /&gt;	vlc_controls.options.set(&quot;aspect-ratio&quot;,&quot;16:9&quot;); \&lt;/p&gt;

&lt;p&gt;this will make all videos on youtube 16:9&lt;/p&gt;

&lt;p&gt;if you hate the 4:3 ratio :) &lt;/p&gt;

&lt;p&gt;great coding&lt;/p&gt;</body-html>
  <created-at type="datetime">2009-06-06T02:34:32Z</created-at>
  <forumable-id type="integer">25318</forumable-id>
  <forumable-type>Script</forumable-type>
  <id type="integer">129462</id>
  <topic-id type="integer">28276</topic-id>
  <updated-at type="datetime">2009-06-06T02:34:32Z</updated-at>
  <user-agent nil="true"></user-agent>
  <user-id type="integer">90741</user-id>
</post>
