• Hi, my Default Size of the Player is always 320×240. I can change it, but the play don’t show the new size.
    Any ideas?

Viewing 6 replies - 16 through 21 (of 21 total)
  • powerkor,

    I would like to know if I can modify your plugins code and publish it as a new plugin. Therefore I would like to know on what licence you publish this plugin.

    kind regards.

    lol, its not my code! i was jusdt trying to help you

    you wrote like you were a author ??

    Matt Lambert

    (@conversationware)

    Hi – I had exactly the same problem.

    Fixed it by changing the over-stretch setting to ‘fit’. No idea why it works but it does.

    Hope that helps.

    Is “over-stretch” an attribute of the “media” shortcode or some css you’ve added to your theme?

    in Version 2.2.2 the problem still exists, because the height/width is written into the database on every upload through add media=>wordtube.

    Fixed it for me by changing the following code in file
    wordtube/admin/functions.php

    line 83-84:

    $act_width = 0; // change from 320 to 0
    $act_height = 0; // change from 240 to 0

    line 93-94: (add doubleslashes to those lines or delete them)

    //	if ($act_height < 20 ) $act_height = 20 ;
    //	if ($act_width == 0 ) $act_width = 320 ;

    Then the default values set in the options menu will be taken.

    Strange why this problem is still in the code.

    Be aware that I did not test properly therefore I am sure there will be side-effects with other filetypes or whatever. But for .flv movies this works in the normal player.

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘[Plugin: wordTube] Player Default Size’ is closed to new replies.