diff options
author | Sam Potts <me@sampotts.me> | 2016-06-25 23:39:00 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2016-06-25 23:39:00 +1000 |
commit | 9b75436380bade755a7d54347dd85885b8230dd5 (patch) | |
tree | a52e075b4f9a691389aba70e5955a0bb07c8be9e /demo/src/js | |
parent | be19b7271980db0df00fdc840150645c60457459 (diff) | |
download | plyr-9b75436380bade755a7d54347dd85885b8230dd5.tar.lz plyr-9b75436380bade755a7d54347dd85885b8230dd5.tar.xz plyr-9b75436380bade755a7d54347dd85885b8230dd5.zip |
v1.8.3
- Disabled iPad support for YouTube and Vimeo due to iOS limitations with iFrame playback
- Fixed IE11 icon loading (fixes #269)
- Updated screenshot (fixes #281)
- Added WordPress plugin (fixes #239)
- Added Neos plugin
- Added HLS, Shaka and dash.js examples (see #235 for more)
- Improvements for controls hiding and showing on touch devices
Diffstat (limited to 'demo/src/js')
-rw-r--r-- | demo/src/js/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/src/js/main.js b/demo/src/js/main.js index 1eeab54d..f4abc7b7 100644 --- a/demo/src/js/main.js +++ b/demo/src/js/main.js @@ -15,7 +15,7 @@ debug: true, title: 'Video demo', iconUrl: '../dist/plyr.svg', - tooltips: { + tooltips: { controls: true }, captions: { |