Skip to content

Wistia config options don't work on v3 #1988

@psloh

Description

@psloh

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    PRs welcomeFeel free to open a PR to fix this!enhancementIndicates new feature requests

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions