vercel / react-tweet

Embed tweets in your React application.
https://react-tweet.vercel.app
MIT License
1.52k stars 83 forks source link

Mute/Pause video tweet? #68

Closed mtrud closed 1 year ago

mtrud commented 1 year ago

I have a list of tweets, and i need a way Mute/Pause the video tweet on scroll. is there any API Reference to call? Thank you

tywayne commented 1 year ago

I don't think there is any existing exposure to the video DOM element, nor would I expect there to be one.

However, you should still be able to manage the state of <video /> elements on scroll using vanilla JS selectors (like querySelector/querySelectorAll) combined with the Intersection Observer API