• Hello. When click to approve a video (YouTube, Vimeo), the video container is suddenly expanded and is blocking part of our article text. I tried to apply some quick clear:both rules via Web Inspector, but that doesn’t seem to fix it. It doesn’t seem to happen on Twitter and Instagram embeds, so it probably is related to how videos are displayed.

    I have provided an article URL where this effect is visible.

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

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

    (@kittmedia)

    Hi there,

    the issue is within the theme. It uses negative margin (which makes the container wider as it should) and it forces the iframe to be in 16 / 9 aspect ratio, even if the video itself doesn’t has this aspect ratio. Embed Privacy instead uses the correct aspect ratio of the video for its container. So as long as you rely on Embed Privacy’s aspect ratio (which you should in this case), everything should work just fine.

    Best regards,
    Matthias

    Thread Starter JeanPaulH

    (@djr)

    Thank you for the extremely quick reply. I need to do some more digging to check how we implemented this. Good to know it’s on our side. Feel free to close the ticket ??

    Plugin Author Matthias Kittsteiner

    (@kittmedia)

    This should do it:

    .embed-privacy-content .video__wrp {
    	height: 100%;
    	margin: 0;
    	padding: 0;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Overlay after click shown over article text’ is closed to new replies.