Dara: Add theme support for responsive embeds.
This commit is contained in:
parent
8fee40235b
commit
527ae09550
1 changed files with 5 additions and 2 deletions
|
@ -54,6 +54,9 @@ function dara_setup() {
|
|||
// Testimonial thumbnail
|
||||
add_image_size( 'dara-testimonial-thumbnail', 180, 180, true );
|
||||
|
||||
// Add support for responsive embeds.
|
||||
add_theme_support( 'responsive-embeds' );
|
||||
|
||||
// Add custom colors to Gutenberg
|
||||
add_theme_support(
|
||||
'editor-color-palette', array(
|
||||
|
|
Loading…
Reference in a new issue