Clips Discovery API - Autoplay

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

Tried different request and options now nothing seems to work the clips are stil autoplaying at maximum volume

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.