Is there any possibility to only show fullscreen icon in playback controls on twitch embded?

new Twitch.Player(“twitch-embed”, {
width: “729”,
height: “410”,
autoplay:“true”,
channel: “subhamastulive1”
});

new Twitch.Player(“twitch-embed”, {
width: “729”,
height: “410”,
autoplay:“true”,
channel: “subhamastulive1”,
allowfullscreen: true,
});

Add an explicit allowfullscreen to be true.

The default is for “true” so I think you are probably using wix or something, and the “full screen” permission is missing from the nested iFrames that are in the stack

1 Like

ok fine but what i actually want is to remove twitch branding on embedded.
is there any possibility to hide twitch branding on embedded?
could you pls help me to see below image

You cannot remove those elements.

oh sorry but thankyou

any possibility to remove follow button?
like heart symbol on topleft corner?

Nope

You have no control or options to adjust the embed player “chrome”/controls

thankyou so much for conforming.

side note: attempting to do so by other means is also against the developer agreement!

iam trying to know,im sorry if i did anything wrong

All good just wanted to let you know before you tried to do it using other methods

im so sorry, i did a mistake then

You haven’t it’s fine! Your questions were fine!

I just didn’t want you to go and try using other methods to remove it.

1 Like

you are amazing,thankyou so much for answering to me

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.