Tagged: Header media/ video Height ratio
Hi colormatters,
Please go to ‘Appreance > Customize > Additional CSS’ ans paste the below Custome CSS code.
@media (min-width: 900px) { .wp-custom-header { height: auto; } .wp-custom-header:before { content: ""; display: block; padding-top: 28.2%; } .wp-custom-header iframe, .wp-custom-header video { position: absolute; top: 0; right: 0; bottom: 0; left: 0; height: 100% !important; width: 100% !important; } }
Thanks
Thanks for the help.
Welcome anytime colormatters.