chintan9 / plyr-react

A simple, accessible and customisable react media player for Video, Audio, YouTube and Vimeo

Home Page:https://github.com/chintan9/plyr-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: Is there a way to set the autoPause to false?

yek99kr opened this issue · comments

Is there a way to set the autoPause to false with plyr-react?

<Plyr autoPlay={true} autoPause={false} loop={{ active: true }} muted={true} allowFullScreen source={videoSrc} />

I tried setting it like autoPlay but it seems like does not exist :(

Plyr autopause property
Screen Shot 2022-11-21 at 2 20 02 PM

Thank you