justintv / Twitch-API

A home for details about our API
www.twitch.tv
1.72k stars 381 forks source link

Embed iframe autoplay="false" #505

Closed vaseker closed 8 years ago

vaseker commented 8 years ago

Seems autoplay="false" isn't working on iframe. Example

FugiTech commented 8 years ago

autoplay=false is not an attribute on the IFRAME, but on the url. You want https://player.twitch.tv/?autoplay=false&channel={channel}

vaseker commented 8 years ago

@Fugiman thanks.