Video widget fitting

Hi, I’m having trouble with the Shapely video widget on my homepage, the video is cropping at the bottom. I can’t seem to adjust the way the content fits to the widget. Is there a way to fix this in CSS?

Hi there,
I hope you are doing well

This can be done with the help of some Custom CSS. Kindly provide me with a link to a page with this so that I may be able to write up some CSS that should work for your setup.

Looking forward to your reply :slight_smile:

Best Regards,
Support

Hi, the site’s on my localhost but here’s a screenshot, the logo in the video at the bottom is half cropped out, would prefer to either crop it out completely or failing that fit it in.

Hello there,

I hope you are doing well today.

You can use the following CSS code to increase the height of the video widget by going to Appearance > Customize > Additional CSS and pasting it there.


/*Video Widget Height*/
.video-widget {
    height: 900px;
}


Best Regards,
Support