• Hi

    Im trying to make a fluid experience for users, so images of my landing page should go one after another without spaces, however, when aggregating Videos with the Video Block, a white space appears even when I specify for Margin 0 in the editor. Is there a way to solve it? The videos are using FullWith, the same as images

    https://snipboard.io/1y4E3V.jpg

    https://snipboard.io/NuX9cq.jpg

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

Viewing 1 replies (of 1 total)
  • Hey @aaronbal ! This looks like it’s being caused by the <video> block being inline. You can go to Appearance > Additional CSS and add the following css code, and that should remove this space from any video blocks.

    .wp-block-video video {
      display: block;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Video block appears with blank space’ is closed to new replies.