Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Chandra M

    (@nhuja)

    This seems to happen with Vimeo URL embed too. The fix seems to be

    iframe { max-width: 100%; }

    At least seems to fix the width part and doesn’t overflow.

    Tested in Firefox 20 and 21 (Mac OS X) and could not replicate the issue using the same video (and no others. Also tested with Vimeo).

    Using WordPress 3.6b3.

    You don’t use any plugin-ins or scripts for Firefox that could be interfering? Like GreaseMonkey Scripts?

    Thread Starter Chandra M

    (@nhuja)

    Ah, its related to

    if ( ! isset( $content_width ) )
    $content_width = 1400;

    I guess this should be independent of that $content_width value. I am making themes that stretch full width and it doesn’t look pretty on the admin side.

    Ah, interesting. Getting the same results as you in Chrome also.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Video Preview’ is closed to new replies.