Blank space above embedded videos on WordPress
-
Hi!
When I embed a video from Youtube everything works fine in the editor, but when I preview or publish it I get this huge blank space on top of it (same size as the video itself). Here is a copy-paste of the html of one of the videos, in case it is helpful for solving this issue:
<!-- wp:core-embed/youtube {"url":"https://www.youtube.com/watch?v=JapMXbh6Fyg\u0026t=533s","type":"video","providerNameSlug":"youtube","align":"center","className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} --><figure class="wp-block-embed-youtube aligncenter wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">https://www.youtube.com/watch?v=JapMXbh6Fyg&t=533s </div></figure> <!-- /wp:core-embed/youtube -->
I also have a kind of seconday issue. When I come back to the WordPress editor after editing a post with Elementor, the page just crumbles and I have to fix the post structure block after block. Does anybody know why this happens?
Thank you in advance for the replies.
-
This topic was modified 5 years, 4 months ago by
juanpe3.
-
This topic was modified 5 years, 4 months ago by
juanpe3.
-
This topic was modified 5 years, 4 months ago by
juanpe3.
-
This topic was modified 5 years, 4 months ago by
Steven Stern (sterndata).
-
This topic was modified 5 years, 4 months ago by
Steven Stern (sterndata).
The page I need help with: [log in to see the link]
-
This topic was modified 5 years, 4 months ago by
-
Hello,
On the page you provided, there are no white spaces on top of the Youtube videos.
Does that mean that you resolved the issue?
Kind regards,
ProblemizerHello,
It is weird. Sometimes I just embed the videos again and the problem fixes itself. However, when I embed a new video the blank spaces comes up again.
Here’s the link to a post that has the problem (you have to scroll down a bit though)
I can’t tell you much without deeper inspection, but try adding this CSS code to pages that have issues with white spaces.
.wp-block-embed__wrapper:before { padding-top: 0!important }
Hope this helps!
Kind regards,
ProblemizerThank you! I added the CSS code and now all the videos fit.
Regards,
Juan
- The topic ‘Blank space above embedded videos on WordPress’ is closed to new replies.