• Resolved schmicho

    (@schmicho)


    After activating the iframe it get’s bigger than the gray block-Window before. (so it does not stay inside the planned area and overlap other elements)

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Matthias Kittsteiner

    (@kittmedia)

    This is something I hardly can adjust on my side. The iframe has set a with of 100 % and a height of 500 px. So the plugin uses these values to determine the actual aspect ratio. Since 100 % is nothing the CSS aspect-ratio can work with, I determine that the iframe is as wide as the content width of the theme. If that’s not the case, there’s no way for me to detect that.

    You can adjust it however to make it look right, using this CSS:

    [data-embed-id="oembed_f3719c5be8c2cab32f0b88153aa7b9e8"] {
    aspect-ratio: 858/500;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Iframe overlay is bigger than usual Iframe after activation’ is closed to new replies.