André Amorim

Crafting Web Experiences


//

Set a max width for the embeds using oEmbed in the content

<?php 

function wpcode_snippet_oembed_defaults( $sizes ) { 
   return array( 'width' => 400, 'height' => 280, );
}

add_filter( 'embed_defaults', 'wpcode_snippet_oembed_defaults' );

Published date:

Modified date: