• Resolved ilkerkahlo

    (@ilkerkahlo)


    Hi,
    when I use the facade option the thumbnail of the main video on the top is buggy. It just fits at 1/4 of the actual frame. How can I solve this?

    Also on google pagespeed I see that the youtube widget js is still loading, even if I have delay js enabled and also lazyload in wprocket. The support from wprocket said that the markup should be made compatible with wprocket, as for now it’s inside a div tag, but wprocket only sees the iframes.

    Would be happy if you can help. Thanks in advance.

    Best,
    ilker

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author embedplus

    (@embedplus)

    Your theme is overriding the way the image is supposed to be positioned. Please add this CSS to your theme:

    .epyt-facade img.epyt-facade-poster {
    transform: translate(-50%,-50%) !important;
    }

    Give us some time to see what could be going on with the Pagespeed test. In the meantime, can you let us know if Pagespeed still reports about youtube widget js, if you temporarily turn WP Rocket off?

    Thread Starter ilkerkahlo

    (@ilkerkahlo)

    Thanks a lot for the fast response. That’s really great support for even the free version. The CSS solved the problem with the facade.

    As for the youtube widget js problem I disabled wprocket for mobile and this is still listed in google pagespeed: …f05de49d/www-widgetapi.vflset/www-widgetapi.js

    Thread Starter ilkerkahlo

    (@ilkerkahlo)

    I wanted to add that I moved my website to https://take9.de/
    The widget is still showing up.

    Plugin Author embedplus

    (@embedplus)

    The widget-api.js issue will be fixed in the next version.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Facade failure on mobile (too small)’ is closed to new replies.