Is it possible to have a cover (overlay) image in the videoplayer?
If not, do you know a video plugin that do such thing?
Hi,
Can you post the link to the page where you have this video?
Regards,
Josue
Hey!
Try adding this code to the Quick CSS:
.avia-video:after {
position: absolute;
height: 100%;
width: 100%;
background: url(https://laserlegene.fredrikstadwebdesign.no/wp-content/themes/enfold/images/background-images/floral-dark.png);
z-index: 10;
content: "";
opacity: 0.9;
pointer-events: none;
}
Change as needed.
Cheers!
Josue
Where’s the video now? i’m not seeing it on the homepage, also post a link to the image you want to use as a cover.
Regards,
Josue
I am sorry for not updating you.
I have found a better solution for this, so no cover-image is needed. Thanks anyway :)
No problem, glad you managed to sort it out :)
Cheers!
Josue