Archived topic
Is it possible to re-position the page hero video?
5 replies · Started by Andy on November 15, 2021
Viewing posts 1–6 of 6
Hi there,
I'm using this code:
https://docs.generatepress.com/article/page-hero-background-video/
Is it possible to position my video 'center bottom' instead of the default 'center center' ?
Thank you,
Andy
Hi there,
can you share a link to where i can see the background video?
yes sir, attached below, thank you
Hi Andy,
Can you try change this CSS:
video[poster] {
object-fit: cover;
width: 100%;
height: 100%;
}
to this:
video[poster] {
object-fit: fill;
width: 100%;
height: 100%;
}
Awesome Ying, thank you!
No problem :)
This archived topic is closed to new replies.