Not sure this is a Gutenberg issue. The following is causing the large white space:
<div class="suki-oembed suki-oembed-video" style="padding-top: 56.25%;">
Also, the following CSS:
.suki-oembed-video {
position: relative;
padding-top: 56.25%;
}
What’s this Suki Embed?
This must be code from my Theme, I use Suki theme because it worked great with Gutenberg. The whitespace issue started after the last Gutenberg update. Before that ther article looked fine, I saved it again after a minor change and the white spaces were there.
Well, I made a test post: https://blog.markheadrick.com/2018/09/23/gutenberg-3-90-video-embed-test/
No extra space at the top. However, it may just be that with the plugins I have and using the Twenty Twelve theme which isn’t Gutenbergized yet, I don’t see it. Looks like several of the CSS classes just aren’t defined on the front-end in my case. Looked over the GitHub issue and I do agree that something is messed up.
-
This reply was modified 2 years, 6 months ago by
MarkRH.