Facing the same issue described by @jeremy. I’m trying to upload an mp4 video (~6s, ~4mb) as Featured Image for a page that uses a Cover Template layout. This video uploads, but ultimately isn’t selected as Featured Image. Are videos natively supported by Twenty Twenty?
This was very helpful, thank you @wilx!
In case someone finds it useful, this is how you apply wilx’s solution to a single post (under Appearence -> Customize -> Additional CSS). It effectively gives you a ‘new template’ (header image only) to play with in Twenty Twenty 🙂
———————-
.postid-123 .cover-header {
max-height: 40vh!important;
}
.postid-123 .cover-header-inner {
padding: 0 0 70vh 0
}