#59205 closed defect (bug) (wontfix)
Loom embed support
Reported by: | Kartik Suthar | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 6.3 |
Component: | Embeds | Keywords: | |
Focuses: | ui-copy | Cc: |
Description
When pasting the loom video URL it will convert to an Embed block automatically
https://prnt.sc/5UbtHhODMnJy
But it will not be rendered properly on the front-end and creates a white space:
https://prnt.sc/n3BxCpdYEacQ
Change History (5)
This ticket was mentioned in Slack in #core-test by ankit-k-gupta. View the logs.
14 months ago
#3
@
14 months ago
Hello @kartik-suthar Welcome to trac and thanks for creating this ticket.
WordPress has added a "sandbox" attribute to iframes for enhanced security. Loom attempts to read the cookie, which is not permitted when the sandbox mode is enabled.
To resolve this issue, you should reach out to Loom.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe
Based on our [discussion] https://wordpress.slack.com/archives/C03B0H5J0/p1693935963459029, we have decided to close this matter in alignment with WordPress standards.
This is because of the below attribute added to the embed iframes added by WP.
If we add custom html block without this attribute, the loom embed works.
e.g.