Hello,
My main video shrinks adding black space above and below on all mobile widths.
It doesn’t scale, nor does it switch to a poster image like it’s supposed to do!
How can i get it to scale? or worst case, how can we make the poster image show up?
I tried adding this code, but it didn’t work.
@media (max-width: 767px){
.bg-image .x-bg-layer-lower-image {
min-width: 500% !important;
}
}
i changed the % and set from max to min, and it doesn’t affect anything.
Please advise.
Jesse