react-jw-player icon indicating copy to clipboard operation
react-jw-player copied to clipboard

How to set controls to false

Open tojobbws opened this issue 6 years ago • 2 comments

I don't want to click on the video and the video stops working. How to set Optional Configuration Props

tojobbws avatar Mar 18 '19 09:03 tojobbws

@tojobbws you should be able to use customProps, so something like:

<ReactJwPlayer [...] customProps={{ controls: false }} />

ellell avatar Mar 18 '19 14:03 ellell

thank you ellell customProps Can solve my problem

tojobbws avatar Mar 19 '19 03:03 tojobbws