Hi, see here: https://www.graal.com.mx/headers/
I have a section with a video background, then an upper layer with image, and I have element css:
$el .x-bg-layer-upper-image
{mix-blend-mode: multiply;
opacity: 0.85;}
However, on page load, its not working, ie, it shows the solid image, then fades into the mix blend…how do I have this load mix blended?
Thanks.