Hello,
I’ve been trying to embed a few clips to my website using the Twitch API v5 https://dev.twitch.tv/docs/v5/guides/embed#embedding-video-and-clips.
The clip itself, the height and width are used as given. But allowfullscreen and especially autoplay are ignored and default values are used.
<iframe
src="https://clips.twitch.tv/embed?clip=MagnificentFancyBananaHumbleLife"
width="340"
height="250"
frameborder="0"
scrolling="no"
allowfullscreen="false"
autoplay="false">
</iframe>
Am I doing something wrong or is the documentation just outdated?
Thanks,
Stefan