Howdy guys, what themes do you use? I tested on latest CMP version 2.5.1 and videos works as expected: https://niteothemes.com/dev/?cmp_preview=true
If you are using premium/freebies themes, you might need them to update to latest version – there should be a notice to update a theme once update is available if you go to CMP Settings page.
edit: Just found out there is indeed a bug on Countdown Theme and background videos, style is missing after update – I will push 2.5.2 as soon as possible, meanwhile you can insert this custom CSS to CMP Settings page:
.video-banner {
position: absolute!important;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
z-index: -1;
}
-
This reply was modified 6 years, 8 months ago by
NiteoThemes.