I need to publish a video in the head of the site, but when I upload it it will have two black stripe at the top and bottom. I am respecting the limit of the video 1000 x 248 px required by the system. is there any way to solve this?
Sorry for the late response because of some unavoidable circumstances. Please go to the Appearance > Customize > Additional CSS and paste the below custom CSS code to remove the black stripe.
.wp-custom-header iframe,
.wp-custom-header video {
height: auto !important;
width: 100% !important;
}
Please let us know if you have any other issues regarding the theme.