How to embed video in webapp without title and odysee logo?

Hello everyone,

I am working on JavaScriptMobile webapp that will be used across multiple devices (Ios, Android, Web)

I will be having pages with embed video in them hosted at LBRY.

Everything related to LBRY embedding is clear except: I find top left and right of embed has Video Title and Odysee logo, which in my case is nuisance because I am using that part of the screen for content.

Is there an option to remove title and logo from an embed video?

Thanks!

1 Like

You could try injecting this CSS.

.embed__overlay-logo {
    display: none;
}