Sprite loading improvements, touch controls

- SVG sprite loading automatically for an easier setup
- Touch devices now show controls on touch rather than pausing playback
This commit is contained in:
Sam
2016-05-23 19:16:48 +01:00
parent 98e4c5acea
commit 69194915d4
9 changed files with 112 additions and 102 deletions

View File

@ -8,6 +8,7 @@
plyr.setup('.js-media-player', {
debug: true,
title: 'Video demo',
iconUrl: '../dist/plyr.svg',
tooltips: {
controls: true
},
@ -15,6 +16,7 @@ plyr.setup('.js-media-player', {
defaultActive: true
}
});
plyr.loadSprite('dist/docs.svg');
// General functions
(function() {