Skip to:
Content
Pages
Categories
Search
Top
Bottom

Embed size setting is gone after buddypress and wordpress update

  • @naijaping

    Participant

    Embed size setting is gone from media setting after buddypress and wordpress update.  is it a bug or am i missing something.

    All my embeded video are way too big after update and there is no section in media setting to set my own size anymore.

Viewing 2 replies - 1 through 2 (of 2 total)
  • @mercime

    Participant

    @naijaping add the following at the top of your theme’s functions.php file
    /**
    * Sets up the content width value based on the theme’s design and stylesheet.
    */
    if ( ! isset( $content_width ) )
    $content_width = 625;

    change 625 to theme content width. See how it’s done with twenty twelve theme https://themes.svn.wordpress.org/twentytwelve/1.1.1/functions.php

    @naijaping

    Participant

    @mercime,  thanks so much . I just test it and it worked but the only setback is we dont have control over the size of width and height anymore as it assign the same size to width and height.

     

    regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Embed size setting is gone after buddypress and wordpress update’ is closed to new replies.
Skip to toolbar