Forums

Auto Resize Embed Objects (2 posts)

  1. futurepocket
    Member
    Posted 1 year ago #

    I was wondering if there was a way to define max width/height for objects embedded into single post pages?

    Also, is there a way to define a function to automatically resize all embedded objects (mostly videos) to a certain width/height?

    Thanks!

  2. Chip Bennett
    Member
    Posted 1 year ago #

    If you're embedding video, then you need to set the $content_width variable in functions.php:

    if ( ! isset( $content_width ) ) {
         $content_width = YYY;
    }

    (where "YYY" is the width, in pixels, of the content area)

    Note that attached images that are inserted as the standard "large" size will also respect $content_width.

Topic Closed

This topic has been closed to new replies.

About this Topic