Skip to content

Instantly share code, notes, and snippets.

@sambody
Created June 14, 2013 12:41
Show Gist options
  • Save sambody/5781508 to your computer and use it in GitHub Desktop.
Save sambody/5781508 to your computer and use it in GitHub Desktop.
WP: Set max width for embedded media (video etc)
/* Set max width for embedded media (video etc)
*/
if ( ! isset( $content_width ) ) $content_width = 600;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment