• Hi, I have a site that i’m trying to simply embed Youtube videos into posts and it’s always coming up very very wide with black bars on the left and right sides. like this:
    https://share.getcloudapp.com/6qu2gyGN

    Is this normal WordPress behaviour? OR would it be suspect to some of the plugins I have loaded?

Viewing 1 replies (of 1 total)
  • Hi

    It’s because the YouTube iframe is wider than the actual video. To fix, you can add an extra class under the Advanced setting of that block. Then use that class to reduce the width/height of the frame. For example, we added a class song-frame then using the following CSS we can reduce the width/height:

    .song-frame iframe{ width: 500px; height: 300px; }

    Note: Width and height can be changed as per the requirement.

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