• Resolved needfx

    (@needfx)


    I’m able to use a .webm file with the default video player on WordPress 5.8. It’s encoded with an alpha channel, which works flawlessly on most modern browsers.

    Unfortunately, I’d prefer to use the Easy Video Player as it seems to give better control on CSS. And here’s the bad news: the .webm file I was previously using doesn’t work: it’s not transparent anymore as the background is now full black.

    Is there a way to make it work?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Noor Alam

    (@naa986)

    @needfx, What version of the plugin were you using? Please provide a link to the page in question so I can take a look.

    Thread Starter needfx

    (@needfx)

    Hi @naa986 !

    I’m using Easy Video Player v1.2.1.

    Here’s the link: https://www.needfx.net/tgv-italia-esperienza/

    As you can see, I’ve added two videos. The first one is included with EVP and the second one is included with the default video player. They are both using the same video link.

    The first video has a black background instead of being background, and despite me setting the background-color property as ‘transparent’.

    • This reply was modified 3 years, 7 months ago by needfx.
    • This reply was modified 3 years, 7 months ago by needfx.
    Thread Starter needfx

    (@needfx)

    Oooh… I found the issue! I was editing the wrong CSS property!

    Instead of changing only .plyr__poster, I updated several CSS properties.

    .plyr__controls {
        background: transparent !important;
     }
    .plyr__video-wrapper {
        background: transparent !important; 
    }
    
    .plyr--video {
        background: transparent !important;
    }

    Thank you for your time and your plugin ??

    • This reply was modified 3 years, 7 months ago by needfx.
    • This reply was modified 3 years, 7 months ago by needfx.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Transparent Video – Webm file’ is closed to new replies.