after updating to WordPress 3.5 my automatic embeds are limited to a width of 500px, and the settings for this size have been removed with WordPress 3.5
Also, I can’t find the Values in the wp_options
table.
Does anyone know how to change them again?
Cheers,
fischi
See the function
wp_embed_defaults()
inwp-includes/media.php
:To change these values filter
embed_defaults
:This worked for me from http://www.wpbeginner.com/wp-themes/how-to-set-oembed-max-width-in-wordpress-3-5-with-content_width/
Add the below to functions.php
Then had to go in and re-save the post to make it work.