• Resolved tommyhsh

    (@tommyhsh)


    Hi,

    after activation of the Plugin, the high of the iFrame is not as high as before with native youtube integration. And therefore the video is very small.

    How to get back the original size of the video/iFrame?

    Das Empfohlene CSS

    .embed-privacy-container.embed-youtube{
    aspect-ratio: 16/9;
    }

    .embed-privacy-container.embed-youtube iframe{
    width: 100%;
    height: 100%;
    }

    habe ich eingefügt, hat aber nur bedingt geholfen.

    Ein weiteres Problem:
    Laut Developer Tools l?dt die Seite weiterhin Daten von youtube.com, obwohl das Plugin das ja eigentlich verhindern sollte. Aber nur auf der Startseite wird Youtube weiterhin geladen, bei den Unterseiten nicht, obwohl es da auch teils eingebunden ist.

    Thank you and best regards

    Thomas

    • This topic was modified 1 month, 3 weeks ago by tommyhsh.
    • This topic was modified 1 month, 3 weeks ago by tommyhsh.

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

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

    (@kittmedia)

    Hi there,

    Elementor doesn’t include the original size of the embedded video in the source code, thus Embed Privacy is not able to determine them and falls back to the default size of 100% width and a minimum height of 300 pixels.

    Regarding the requests to YouTube: they have nothing to do with the embed per-se. If you search for youtube.com in the source code, you’ll notice them as scripts in the document head. They seem to be included by your theme or another plugin. The embed itself is properly blocked and also replaced with a more private form of embedding via youtube-nocookie.com.

    My conclusion is, that there’s nothing I can do to change the current behavior on your website in any way since it’s outside of Embed Privacy’s scope.

    Best regards,
    Matthias

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.