How to define the size of embedded video

- Copy the following code into the file. Code should be amended to required size.
function embed_defaults($embed_size){
$embed_size['width'] = 600;
$embed_size['height'] = 500;
return $embed_size;
}
add_filter('embed_defaults', 'embed_defaults');

One Response
Your wordpress tutorials are great! I’m new to this whole blogging thing and really need assistance when it comes to enhancing the look of my page. Thanks!