Updated video component playsInline for video.js

• Updated:
- video component playsInline for video.js
This commit is contained in:
mgabdev 2020-12-17 01:40:42 -05:00
parent 5a37a7090e
commit a7e6aa1636

@ -618,7 +618,7 @@ class Video extends ImmutablePureComponent {
<video
className={[_s.d, _s.h100PC, _s.w100PC, _s.outlineNone, 'video-js'].join(' ')}
ref={this.setVideoRef}
// playsInline
playsInline
// poster={preview}
// preload={preload}
// role='button'