• Resolved deepbevel

    (@deepbevel)


    I can’t seem to effect a change in the player size, default or per instance with the shortcode, width or height. I’ve tried with both players, although I can only use the one that works without flash.

    I’m using a responcive theme (twenty twelve) and the player and video resize with the window size, but the initial player size is too big for my purpose and I can’t change it as per instructions.

    Please help!

    thanks

    https://www.ads-software.com/extend/plugins/hana-flv-player/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author HanaDaddy

    (@nurungji)

    You are right. Only mediaelement width size is changing when the browser windows is resized which I did not intended. I will check on it.

    Plugin Author HanaDaddy

    (@nurungji)

    I found it. It was caused by the Twenty Twelve’s CSS

    video {
    	max-width: 100%;
    }

    MediaElement detects this and automatically resize the video when the window is resized.

    What you can do is to insert this CSS code in the theme or using the text widget.

    <style>
    video {	max-width: none; }
    </style>

    Note that this was how it was designed to work the way it is , so I won’t apply this CSS fix into my plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘initial player size in responcive theme issue’ is closed to new replies.