• Hi,

    I have tried to shorter the dimensions(width x height) of wp native player container, to 460px width x 258px height with no success.

    I have utilized this css code and reduced dimensions off all videos which are not displayed under wp native player skin.

    .mejs-container .wp-video-shortcode .zf-video-player .zf-video-player-front .mejs {
    width: 460px;
    height: 258px;
    }

    https://imgur.com/a/c2Pq8Gu

    Please let me know your insights.
    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Did you tried with the !important?
    So it should like this:

    .mejs-container .wp-video-shortcode .zf-video-player .zf-video-player-front .mejs {
    width: 460px !important;
    height: 258px !important;
    }
    Thread Starter globsticks

    (@globsticks)

    Hi,
    Yes I tried !important already. it does not resize it whatsoever. it is interesting because the other videos dimensions are already resized but not ones under wp native player skin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I cannot get to reduce dimensions of wp native player container’ is closed to new replies.