[wp-trac] [WordPress Trac] #52768: WordPress post URL oEmbed rendering blocked by iframe lazy-loading
WordPress Trac
noreply at wordpress.org
Fri Apr 2 08:57:45 UTC 2021
#52768: WordPress post URL oEmbed rendering blocked by iframe lazy-loading
-------------------------------------------------+-------------------------
Reporter: SirStuey | Owner:
| peterwilsoncc
Type: defect (bug) | Status: reviewing
Priority: normal | Milestone: 5.7.1
Component: Embeds | Version: 5.7
Severity: normal | Resolution:
Keywords: needs-testing has-patch has-unit- | Focuses:
tests | performance
-------------------------------------------------+-------------------------
Comment (by jonkastonka):
Adding this to the theme seems to squash the bug:
{{{
.wp-embedded-content {
position: static !important;
}
}}}
So just removing position: absolute would probably fix it. And I agree
with @joyously, I don't understand why this would need to be hidden or
absolute positioned in the first place.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/52768#comment:23>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list