1 year ago
#354800
Maakelele
Cover whole page with a video player
I am working on a website for my post-production company with Webflow. I can't force the player (Plyr) to fill the whole page... The part with the player bar is outside the page. How can I get the whole player to be contained on the page?
Thanks
.video {
position: absolute;
left: 0%;
top: 0%;
right: 0%;
bottom: 0%;
overflow: hidden;
width: 100%;
height: 100%;
html
css
media-player
plyr
0 Answers
Your Answer