Video Sizing In Module - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Video Sizing In Module

JH

Jeff Honeyager

Template 3 years ago

Please look at the top right module in:

http://starbasebusiness.com/about-msg/team-members

I tried to follow previous css mod, but it was only for the sp-module.

How do I make the video fill the player?

Thank you.

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #62148

Hi there!

Thanks for your query.

Please us ethe following code in your custom CSS:

#mod-custom155 video {
width: 100% !important;
height: 100% !important;
}

Note: Path towards custom CSS(Joomla 3): Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Best Regards

0