Dyad 2: Add support for responsive block embeds.
This commit is contained in:
parent
edfca1e074
commit
49d44898d7
1 changed files with 3 additions and 0 deletions
|
@ -89,6 +89,9 @@ if ( ! function_exists( 'dyad_2_setup' ) ) :
|
|||
// Add support for full and wide align images.
|
||||
add_theme_support( 'align-wide' );
|
||||
|
||||
// Add support for responsive embeds.
|
||||
add_theme_support( 'responsive-embeds' );
|
||||
|
||||
// Add support for custom color scheme.
|
||||
add_theme_support( 'editor-color-palette', array(
|
||||
array(
|
||||
|
|
Loading…
Reference in a new issue