Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YT logo dont hide #56

Open
qwave opened this issue Sep 8, 2016 · 4 comments
Open

YT logo dont hide #56

qwave opened this issue Sep 8, 2016 · 4 comments

Comments

@qwave
Copy link

qwave commented Sep 8, 2016

Hello, my code is:

            $this.YTPlayer({
                fitToBackground: true,
                videoId: id,
                pauseOnScroll: false,
                playerVars: {
                    modestbranding: 1,
                    autoplay: 1,
                    controls: 0,
                    showinfo: 0,
                    branding: 0,
                    rel: 0,
                    autohide: 0,
                    wmode: 'transparent'
                }
            });

but youtube logo is still visible

@defaria
Copy link

defaria commented Nov 16, 2016

I also have this issue. Is it possible to hide the youtube logo on the bottom right? It shows for a few seconds after playback starts and it shows constantly why video is paused.

@cvrnogueira
Copy link

Dou you figure it out the solution? I have the same issue here!
Thanks! :D

@defaria
Copy link

defaria commented Feb 20, 2017

I don't think there's a way, besides putting something on top of it... but if your player is fluid, then that won't be too easy to accomplish. I ended up switching off youtube and going with Vimeo Plus andVimeo JS.

@rijosh
Copy link

rijosh commented Nov 1, 2017

Im facing the same issue, now i have scaled the iframe and solved the issue
.ytplayer-player{
-webkit-transform: scale(1.1);
transform: scale(1.1);
-webkit-transform-origin:center;
transform-origin:center;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants