We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cde669a commit ac8c487Copy full SHA for ac8c487
src/Media/index.ts
@@ -87,8 +87,6 @@ export class Media<P extends IMediaProps<M>, S extends IMediaState, M extends IM
87
};
88
89
componentDidMount () {
90
- this.el.setAttribute('playsinline', '');
91
-
92
this.setState({
93
volume: this.el.volume,
94
muted: this.el.muted,
0 commit comments