You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@csilzen@steelydylan That's the exact same experience that I'm having. The autoplay feature is very inconsistent. Are these possibly being set before the document loads?
When passing any of the options provided in the README, nothing changes.
Here's my code:
<ModalVideo channel='vimeo' autopause={false} autoplay={true} title={true} isOpen={this.state.isVideoOpen} videoId={
${this.state.videoID}} onClose={() => this.setState({ isVideoOpen: false })} />
The text was updated successfully, but these errors were encountered: