Hello 🙂
I have problem with header image/video. I don’t know what happend because I havent touched my website since june. For some reason images are scaled weirdly and video (1920×280 as suggested) is slightly off/cropped/stretched.
Ok so it seems there is a problem with css file. I Just copied this part from main css file to custom css
.wp-custom-header video {
object-fit: cover;
max-width: 100%;
}
and it’s working.
For some reason published website read max-width: 50%; instead of 100% and changing main css file is not working.
I am not currently seeing any rule (even overwritten) applying 50% width on the header video on the site, and such a styling rule is not present in Anima either.