VLCTube

By FurYy Last update Nov 24, 2011 — Installed 11,580 times.

16:9 support

in
Subscribe to 16:9 support 1 post, 1 voice

mysoogal User

little change to your code,

look for this var vlc_controls = new VLCcontrols(myvlc); \

under this add this
vlc_controls.options.set("aspect-ratio","16:9"); \

so it will look like this

var vlc_controls = new VLCcontrols(myvlc); \
vlc_controls.options.set("aspect-ratio","16:9"); \

this will make all videos on youtube 16:9

if you hate the 4:3 ratio :)

great coding

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel