Forums

Embedded videos appearing very large & stretched (3 posts)

  1. raindrop11
    Member
    Posted 8 months ago #

    When I embed a YouTube video, the video window appears very large and stretched on my website. Example:

    http://veryvietnam.com/2011-09-06/giant-saltwater-crocodile-caught-in-the-philippines/

    I've been copying the code from the previous poster, which is this:

    <div class="wp-caption">
    [youtube iamtsPypgXQ 600 365]Giant crocodile captured alive in Philippines 21ft long
    </div>

    They used to appear how they were supposed to but not anymore.

    Any ideas? Thanks!

  2. stepquick
    Member
    Posted 8 months ago #

    .postarea iframe {
    display: block;
    height: 900px;
    width: 100%;
    overflow: hidden;
    }

    This specific tag may be the issue. When you remove the height tag, it appears to fix the video. It may not be the issue, but give it a try. :)

    the major downside is it's located in this css file:

    This file

    Seems ridiculously compact...

  3. raindrop11
    Member
    Posted 8 months ago #

    Hm... Okay, I don't know how to fix that but I will see if I can get a friend to try. Thank you for checking it out!

Reply

You must log in to post.

About this Topic