• rona58

    (@rona58)


    Embedded Youtube videos are responsive on their own permalinked pages, or when featured post (latest post) on the main blog page. But once they are bumped to being a previous/earlier post on the home page, embedded Youtube videos are not responsive. They don’t jut out over the edge of the columns, rather the right side of the videos are cut off. I have tried a couple of plugins such as Ducktile Responsive Video, and they don’t change the situation. Any help would be much appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • bdbrown

    (@bdbrown)

    Hi rona58. Are you using a plugin for the videos, or embedding the video directily into the post content, or using the theme Video post format? Can you post a link to your site? Thanks.

    Thread Starter rona58

    (@rona58)

    The posts are embedded into content, using the text/html editor.
    https://www.evergreenteaparty.com

    bdbrown

    (@bdbrown)

    My guess is the most likely cause is a plugin conflict. The default structure (which is fully responsive) created by the theme for a video URL embedded in a Standard post content is this:

    <div class="entry excerpt">
      <p>...</p>
      <div class="video-container">
        <iframe width="xxx" height="yyy" src"...</iframe>
      </div>
    </div>

    One of the videos on your home page has this structure:

    <div class="entry excerpt">
      <p>
        <span class="Apple-style-span">...</span>
        </p>
      <figure>
        <iframe width="xxx" height="yyy" src"...</iframe>
          <br>
          <figcaption>YouTube</figcaption>
          <br>
      </figure>

    The other has this:

    <div class="entry excerpt">
      <p>
        <strong>...</strong>
        </p>
      <p>&nbsp;</p>
      <p>
        <iframe width="xxx" height="yyy" src"...</iframe>
        </p>
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hueman video not responsive in blog columns’ is closed to new replies.