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 | |
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')
-rw-r--r-- | demo/index.html | 2 | ||||
-rw-r--r-- | demo/src/js/main.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/demo/index.html b/demo/index.html index 17663c7b..0c9b83af 100644 --- a/demo/index.html +++ b/demo/index.html @@ -79,7 +79,7 @@ <script src="dist/demo.js"></script> <!-- Rangetouch to fix <input type="range"> on touch devices (see https://rangetouch.com) --> - <script src="https://cdn.rangetouch.com/0.0.9/rangetouch.js"></script> + <script src="https://cdn.rangetouch.com/0.0.9/rangetouch.js" async></script> <!-- Sharing libary (https://shr.one) --> <script src="https://cdn.shr.one/0.1.9/shr.js"></script> 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: { |