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

    (@zubaka)

    Hi Dennis,

    Yes, it come from css rules in your style.css file like:

    img, video, object, embed {
    max-width: 100%;
    height: auto!important;
    }

    Those rules reset all image/flash height preferences.

    To fix that for player – try add in the bottom of your style.css file next code

    div.zbPlayer embed, div.zbPlayer a.zbPlayer-share-inline img {
    height: 26px !important;
    }

    That should helps.
    Good luck!
    Vladimir

    Thread Starter dwitt

    (@dwitt)

    Thank you, it worked.

    – Dennis

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Formatting Issue’ is closed to new replies.