Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #453131

    Is it possible to have a cover (overlay) image in the videoplayer?

    If not, do you know a video plugin that do such thing?

    #453532

    Hi,

    Can you post the link to the page where you have this video?

    Regards,
    Josue

    #454130
    This reply has been marked as private.
    #454157

    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

    #455086
    This reply has been marked as private.
    #455563

    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

    #455564

    I am sorry for not updating you.

    I have found a better solution for this, so no cover-image is needed. Thanks anyway :)

    #455566

    No problem, glad you managed to sort it out :)

    Cheers!
    Josue

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Videoplayer’ is closed to new replies.