diff options
author | Sam Potts <sam@potts.es> | 2018-07-30 01:13:12 +1000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2018-07-30 01:13:12 +1000 |
commit | 599b33e55fb4c0aec78cd0895bcd13f3fed12ad2 (patch) | |
tree | 52750660bd566202abd23b672640bd4a65abaed9 /demo/dist/demo.js | |
parent | 3a8332bdb30e1f64047a0f8a3e60647f0473301b (diff) | |
download | plyr-599b33e55fb4c0aec78cd0895bcd13f3fed12ad2.tar.lz plyr-599b33e55fb4c0aec78cd0895bcd13f3fed12ad2.tar.xz plyr-599b33e55fb4c0aec78cd0895bcd13f3fed12ad2.zip |
Click to play fix, poster fix, iOS controls fixes
Diffstat (limited to 'demo/dist/demo.js')
-rw-r--r-- | demo/dist/demo.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/demo/dist/demo.js b/demo/dist/demo.js index d68289b8..0b67f4d1 100644 --- a/demo/dist/demo.js +++ b/demo/dist/demo.js @@ -4147,9 +4147,10 @@ typeof navigator === "object" && (function () { global: true }, tooltips: { - controls: true + controls: false, + seek: false }, - clickToPlay: false, + // clickToPlay: false, /* controls: [ 'play-large', 'restart', @@ -4207,7 +4208,7 @@ typeof navigator === "object" && (function () { google: 'AIzaSyDrNwtN3nLH_8rjCmu5Wq3ZCm4MNAVdc0c' }, ads: { - enabled: true, + // enabled: true, publisherId: '918848828995742' } }); |