- Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Labels
Needs Design FeedbackNeeds general design feedback.Needs general design feedback.[Block] EmbedAffects the Embed BlockAffects the Embed Block[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended
Description
Description
The Pocket Casts embed doesn't expand and stays the same width of 500px. It should expand as specified in the alignment setting. The issue happened in all themes that I have tested.
Step-by-step reproduction instructions
- Choose a theme with more than 500 px wide content size
- Add a Pocket Casts embed
- Change the alignment to wide and full
- See the embeds that only sift but stays the same width
Screenshots, screen recording, code snippet
Feel free to use this test markup.
<!-- wp:paragraph --> <p>Default</p> <!-- /wp:paragraph --> <!-- wp:embed {"url":"https://pca.st/9eidbyq6","type":"rich","providerNameSlug":"pocket-casts","responsive":true} --> <figure class="wp-block-embed is-type-rich is-provider-pocket-casts wp-block-embed-pocket-casts"><div class="wp-block-embed__wrapper"> https://pca.st/9eidbyq6 </div></figure> <!-- /wp:embed --> <!-- wp:paragraph --> <p>Wide</p> <!-- /wp:paragraph --> <!-- wp:embed {"url":"https://pca.st/9eidbyq6","type":"rich","providerNameSlug":"pocket-casts","responsive":true,"align":"wide"} --> <figure class="wp-block-embed alignwide is-type-rich is-provider-pocket-casts wp-block-embed-pocket-casts"><div class="wp-block-embed__wrapper"> https://pca.st/9eidbyq6 </div></figure> <!-- /wp:embed --> <!-- wp:paragraph --> <p>Full</p> <!-- /wp:paragraph --> <!-- wp:embed {"url":"https://pca.st/9eidbyq6","type":"rich","providerNameSlug":"pocket-casts","allowResponsive":false,"responsive":true,"align":"full"} --> <figure class="wp-block-embed alignfull is-type-rich is-provider-pocket-casts wp-block-embed-pocket-casts"><div class="wp-block-embed__wrapper"> https://pca.st/9eidbyq6 </div></figure> <!-- /wp:embed --> Environment info
WP 6.7.2
Gutenberg Trunk
Theme Twenty Twenty-five (but this is not the theme-specific bug)
Please confirm that you have searched existing issues in the repo.
- Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
- Yes
Please confirm which theme type you used for testing.
- Block
- Classic
- Hybrid (e.g. classic with theme.json)
- Not sure
Metadata
Metadata
Assignees
Labels
Needs Design FeedbackNeeds general design feedback.Needs general design feedback.[Block] EmbedAffects the Embed BlockAffects the Embed Block[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended