[Resolved] How to imbed video in blog posts

Home Forums Support [Resolved] How to imbed video in blog posts

Home Forums Support How to imbed video in blog posts

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1658192
    Karsten

    Hey friends,

    what is the best way to imbed YT videos in blog posts?

    Thank you for helpful suggestions.

    #1658247
    Leo
    Staff
    Customer Support

    Hi there,

    WordPress has a core YouTube block you can use.

    #1660075
    Karsten

    Hello Leo, yes, I am using YouTube Block.

    But now there is too much white space above the video, as you can see here.

    What is the reason for this and how could we fix this?

    Thank you

    Karsten

    #1660254
    David
    Staff
    Customer Support

    Hi there,

    i am seeing the issue when the Borlabs Cookie notice is displayed over the video placeholder. When i accept the cookies the position of the video is correct.

    You can try adding this CSS to fix the space above the video:

    .wp-embed-responsive .wp-has-aspect-ratio .BorlabsCookie {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%;
    }

    But theres not much i can do about the space below it.

    #1662016
    Karsten

    Thank you, David. I have contacted Borlab and asked for a fix.

    Best

    karsten

    #1662029
    David
    Staff
    Customer Support

    You’re welcome

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