Viewing 1 replies (of 1 total)
  • Plugin Author embedplus

    (@embedplus)

    Hi:

    1) You have a theme that overrides the width/height of the object tag. On about line 31 of http://sosi.epage.co.uk/wp-content/themes/truepixel/style.css , you have:

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

    If you change it to the below, then your EmbedPlus embeds will match the width/height that’s actually in the code:

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

    Notice the “object,” part is removed.

    2) Even after you do this, that particular video is very large–a bit too wide for your theme. The maximum width you should use is 603px, not 960px, or else it will start slipping under your sidebar.

    Again, note that for a faster response, use email:
    http://www.embedplus.com/aboutcontact.aspx

    Thanks,
    EmbedPlus

Viewing 1 replies (of 1 total)
  • The topic ‘Squashed video’ is closed to new replies.