• Resolved blacloch

    (@blacloch)


    Hey guys,

    I only just noticed this, hope it hasn’t been happening for ages.

    On my blog, https://www.autocadtrainingblog.com, The edges of my videos are being cutoff in IE but not in Firefox.

    I thought it could be CSS but my post div is 690px and videos are only 640px.

    Any help would be fantastic.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I think it is because your actual post content is only 550px. The post div is 690, but .post-content is only 550. Internet Explorer doesn’t seem to be very forgiving on that one.

    .post-content {
    color:#333333;
    float:left;
    font-size:12px;
    line-height:19px;
    margin:0;
    overflow:hidden;
    padding:12px 0;
    width:550px;
    }

    Thread Starter blacloch

    (@blacloch)

    Thanks for that.

    I only use firefox but should definitely start testing in explorer.

    Cheers,
    Lochlin

    You are welcome. Best wishes!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Edge video getting cut off in IE but not Firefox?’ is closed to new replies.