EternaI
December 16, 2017, 4:21pm
1
Hey, im Using the Clip Discovery to show up the Clips of a Channel on my Webpage described here : https://dev.twitch.tv/docs/v5/guides/clips-discovery
Now im searching for hours how i could turn off the autoplay of the clips in the result
any ideas? found another topic about that but without a helpfull answer
EternaI
December 18, 2017, 6:16pm
2
Tried different request and options now nothing seems to work the clips are stil autoplaying at maximum volume
rwhl
January 6, 2018, 11:34pm
3
Just append “&autoplay=false” to the embed url.
It sounds like you’re loading all clips at the same time on your webpage.
I would recommend only displaying the thumbnails first, and then fetch the clip itself when user clicks on said thumbnail.
Will help with load times etc.