• installed WordTube version: 2.3.1

    i was trying to use
    [media id=5 width=200 height=160 align=right]
    with the “align=right” i tried to influence the video w/o luck

    next i tried was:
    [media id=5 width=200 height=160 float=right]
    no effect either

    next:
    [media id=5 width=200 height=160 class=playeralignright]
    no effect.

    wrong configurtion:
    [media id=5 width=200 height=160 id=playeralignright]
    does not work of course, because “id” is not a id class, but the media id, this corrupts the cycle, what makes sense.

    so beside setting something like:

    <div class="playeralignright">
    [media id=5 width=200 height=160]
    </div>

    is there a more “native” way to align the video player correctly?

    is there a proper documentation how and what to setup in WordTube?

  • The topic ‘[Plugin: wordTube] Player position / align’ is closed to new replies.