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 90d19ed commit 736618cCopy full SHA for 736618c
1 file changed
src/players/YouTube.js
@@ -56,7 +56,7 @@ export default class YouTube extends Component {
56
start: parseStartTime(url),
57
end: parseEndTime(url),
58
origin: window.location.origin,
59
- playsinline: playsinline,
+ playsinline: playsinline ? 1 : 0,
60
...this.parsePlaylist(url),
61
...playerVars
62
},
0 commit comments