react-modal-video icon indicating copy to clipboard operation
react-modal-video copied to clipboard

Properties have no effect for vimeo channel

Open rchvalbo opened this issue 6 years ago • 4 comments

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

rchvalbo avatar May 04 '19 19:05 rchvalbo

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

steelydylan avatar Aug 02 '19 04:08 steelydylan

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

csilzen avatar Aug 09 '19 16:08 csilzen

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

rchvalbo avatar Aug 10 '19 08:08 rchvalbo

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)

cooperhu avatar Dec 02 '19 15:12 cooperhu