react-modal-video
react-modal-video copied to clipboard
Properties have no effect for vimeo channel
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 })} />
Hi @rchvalbo so, the modal won't show up??
Hi @steelydylan. In my experience, the modal does show up, but wont autoplay even with autoplay={true}.
@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?
Has anyone been able to figure out this issue? The query does not get updated with the props I am passing for vimeo (i.e. Title/Portrait/Color)