BuddyBoss Home – Web Support Forums Themes Boss. theme How to change size of YouTube video?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #53021
    @laboundguide

    I’ve tried many different options, but it seems the fluid wrapper is overriding anything I do to change the size of my video. I want my video much smaller (say at 60% instead of 100%). I’ve tried embed shortcodes and adding lines in the CSS, but I have not been able to solve this.

    See: http://newsite.labounders.com/7-steps-webinar/

    Answers

    #53132
    @vapvarun

    Hi @laboundguide
    You can use following custom css

    
    .fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
        width: 60% !important;
    }
    

    Regards
    Varun Dubey

    #53174
    @laboundguide

    Thank you, but that did not work.

    #53182
    @vapvarun

    Hi @laboundguide

    
    .fluid-width-video-wrapper {
        width: 60%!important;
    }
    

    Try these once, it should work.
    Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘How to change size of YouTube video?’ is closed to new replies.