• Resolved prikid

    (@prikid)


    Hello team,

    The youtube etc video size site or group activity can be changed, where can i find default video size code?

    I had an issue before that posted videos was too big and i found line where changed default video size but cant find it anymore( with new theme i want to make videos a bit wider, would be nice if you could advice

    Thanks

    http://wordpress.org/plugins/buddypress-activity-plus/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Mike

    (@michael-copestake)

    Hi @prikid

    Try adding this in wp-config.php:

    define('BPFB_OEMBED_WIDTH', 250, true);

    Change the “250” to the number of pixels you want.

    Hey there.

    We haven’t heard from you in awhile, so I just wanted to check in to make sure all was good.

    This thread was marked resolved, but please, if you still need help then just respond and open it back up. We can then take it from there. 🙂

    Hope you have a fantastic day!

    Thread Starter prikid

    (@prikid)

    hi guys, thanks a lot for your feedback! i actually solved issue with video size differently. On activity plus coding i found where it indicates video size, by changing which it changes posted video size. Which actually what i needed 🙂

    Thanks!

    Instead of specifying the amount of pixels what CSS would I use to display video at 100%?

    Mike

    (@michael-copestake)

    Hi @namrons

    Have you tried this:

    width: 100%;
    height: auto;

    If this doesn’t work, please post a new thread so that we see it quickly as this one was marked resolved and we missed it :-/

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to change posted video size to show bigger or wider?’ is closed to new replies.