Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #64766
    Johannes Kaessinger
    Participant
    Premium Member

    Hi,

    I’ve got a problem with embedding a youtube video.
    It works to embed it, but it always has a blank space before the video that has the same hight as the video itself.

    See here: Vorankündigung – Walzentacho 

    Didn’t find any solution 🙁

    I hope you can help!

     

    Thanks,

    Johannes

     

     

     

    #64767
    Johannes Kaessinger
    Participant
    Premium Member

    in the preview, it works … but not in the published version.

    #64768
    vako
    Keymaster
    WP Royal Team

    Hi Johannes,

     

    We checked your shared link and found that before embedding the video there is some extra padding added.

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    .wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    
    padding-top: 0px !important;
    
    }
    
    .wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    
    padding-top: 0px !important;
    
    }

     

    Kind Regards

    #64770
    Johannes Kaessinger
    Participant
    Premium Member

    Thanks. It worked! Great support!

    Any idea where this comes from?

    #64773
    vako
    Keymaster
    WP Royal Team

    Hi Johannes,

     

    To be honest, we cant say at this moment, that we need to investigate the issue from the back end of your website, we just saw that extra huge padding was added and we removed it.

    Feel free to contact us at any time, we are more than happy to help.

     

    Kind Regards

     

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.