• Hi,
    i just installed Wordtube.

    Under Settings i changed the size of a video to 460×350. But every video i add is still getting the width, height of 320×240.

    What went wrong and how can i fix it?

    Thanks in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • Im having the same trouble I think im going to have to do some hard coding.. which is annoying!

    Was playing around in function file and found out could do the following:

    Place this into your sidebar.php

    <?php if(function_exists(‘wt_GetPlaylist’)){echo wt_GetPlaylist(0,285,400,”player.swf”,”playlist”);} ?>

    Change the following:

    0 = playlist number
    285 = width
    400 = height

    Hope this helps.

    Easier Way is, put weight and height in the tag, like this

    [media id=1 height=288 width=512]

    This runs perfect.

    To the Widget Progger: But it was very better, when the users can use the settings.
    Please help us.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: wordTube] Video Size not changing’ is closed to new replies.