react-jw-player
react-jw-player copied to clipboard
How to set controls to false
I don't want to click on the video and the video stops working. How to set Optional Configuration Props
@tojobbws you should be able to use customProps, so something like:
<ReactJwPlayer [...] customProps={{ controls: false }} />
thank you ellell customProps Can solve my problem