Setting youtube size in functions.php

Found a solution.

Adding this code below to the functions.php file of your theme will do the trick.

if ( ! isset( $content_width ) ) $content_width = YOUR WIDTH HERE;