appleple / react-modal-video

Accessible React Modal Video Component
https://appleple.github.io/react-modal-video/
MIT License
177 stars 86 forks source link

Properties have no effect for vimeo channel #22

Open rchvalbo opened 5 years ago

rchvalbo commented 5 years ago

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 })} />

steelydylan commented 5 years ago

Hi @rchvalbo so, the modal won't show up??

csilzen commented 5 years ago

Hi @steelydylan. In my experience, the modal does show up, but wont autoplay even with autoplay={true}.

rchvalbo commented 5 years ago

@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?

cooperhu commented 4 years ago

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)