• Is it possible to set a maximum width to an image added to a blog post, so that no matter what size image the blogger posts and what settings they choose it will only be a maximum size?

Viewing 1 replies (of 1 total)
  • Add to the theme’s functions.php file:

    // set content width
    if ( ! isset( $content_width ) ) $content_width = 900;
Viewing 1 replies (of 1 total)
  • The topic ‘setting max width for post images’ is closed to new replies.