-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
PRs welcomeFeel free to open a PR to fix this!Feel free to open a PR to fix this!enhancementIndicates new feature requestsIndicates new feature requests
Description
Hi there,
I'm searching for documentation on how to provide config options to Wistia on v3. This worked in v2:
<ReactPlayer
url={videoUrl}
width="100%"
controls={true}
config={{
options: {
time: startSec,
videoFoam: true,
autoPlay,
playSuspendedOffScreen,
playlistLoop,
resumable: false,
controlsVisibleOnLoad: false,
},
}}
/>
What is the correct usage for v3?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
PRs welcomeFeel free to open a PR to fix this!Feel free to open a PR to fix this!enhancementIndicates new feature requestsIndicates new feature requests