Skip to content

Instantly share code, notes, and snippets.

@fueledbyboredom
Created February 14, 2017 16:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fueledbyboredom/058d375be30609b75c1f71191848d87d to your computer and use it in GitHub Desktop.
Save fueledbyboredom/058d375be30609b75c1f71191848d87d to your computer and use it in GitHub Desktop.
Sets a maximum width for content that is loaded in via an oembed
<?php
if ( ! isset( $content_width ) )
$content_width = 660;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment