Updated video component playsInline for video.js
• Updated: - video component playsInline for video.js
This commit is contained in:
parent
5a37a7090e
commit
a7e6aa1636
@ -618,7 +618,7 @@ class Video extends ImmutablePureComponent {
|
|||||||
<video
|
<video
|
||||||
className={[_s.d, _s.h100PC, _s.w100PC, _s.outlineNone, 'video-js'].join(' ')}
|
className={[_s.d, _s.h100PC, _s.w100PC, _s.outlineNone, 'video-js'].join(' ')}
|
||||||
ref={this.setVideoRef}
|
ref={this.setVideoRef}
|
||||||
// playsInline
|
playsInline
|
||||||
// poster={preview}
|
// poster={preview}
|
||||||
// preload={preload}
|
// preload={preload}
|
||||||
// role='button'
|
// role='button'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user