WordPress / gutenberg-starter-theme

A simple theme for testing Gutenberg.
GNU General Public License v2.0
683 stars 163 forks source link

Add theme support for responsive embeds. #78

Closed kjellr closed 5 years ago

kjellr commented 5 years ago

Ensures that alignfull & alignwide embeds are scaled to take up the space they're given (and that they are responsive 🙂). Here's an example of a YouTube video set to align wide:

Before:

screen shot 2018-11-06 at 8 39 52 am

After:

screen shot 2018-11-06 at 8 39 36 am

Related slack discussion: https://wordpress.slack.com/archives/C02QB2JS7/p1541469679669900

kjellr commented 5 years ago

Thank you, @notnownikki!