Opened 6 years ago
Closed 6 years ago
#45274 closed defect (bug) (fixed)
Bundled Themes: Added Gutenberg support should include theme support for responsive embeds
Reported by: | laurelfulford | Owned by: | laurelfulford |
---|---|---|---|
Milestone: | 5.0 | Priority: | normal |
Severity: | normal | Version: | 5.0 |
Component: | Bundled Theme | Keywords: | has-patch has-screenshots commit dev-reviewed fixed-5.0 |
Focuses: | Cc: |
Description
All responsive default themes (Twenty Eleven up through Twenty Seventeen) need to include support for responsive embeds in their Gutenberg support. Otherwise, blocks like the YouTube embed block will appear as the wrong aspect ratio on smaller screens.
Support can be added with add_theme_support( 'responsive-embeds' );
.
Attachments (15)
Change History (20)
Note: See
TracTickets for help on using
tickets.
Twenty Eleven with a YouTube embed on an iPhone 6 - before