Skip to:
Content
Pages
Categories
Search
Top
Bottom

Embed size setting is gone after buddypress and wordpress update

  • Avatar of naijaping
    naijaping
    Participant

    @naijaping

    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)
  • Avatar of @mercime
    @mercime
    Keymaster

    @mercime

    @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 http://themes.svn.wordpress.org/twentytwelve/1.1.1/functions.php

    Avatar of naijaping
    naijaping
    Participant

    @naijaping

    @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)

You must be logged in to reply to this topic.