This commit is contained in:
Sam Potts 2015-02-17 10:40:11 +11:00
parent 9a95957d80
commit a36a30f1b0
4 changed files with 4 additions and 6 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
node_modules
*.sublime-project
*.sublime-workspace
.DS_Store

View File

@ -8,6 +8,7 @@
// Replace browser sniff with feature detection
// http://diveintohtml5.info/everything.html
//
/*global ActiveXObject*/
@ -624,10 +625,6 @@
// Setup fullscreen
function _setupFullscreen() {
if(player.type === "video" && config.fullscreen.enabled) {
if(config.debug) {
console.log(fullscreen.supportsFullScreen ? "Fullscreen supported" : "No fullscreen supported");
}
if(fullscreen.supportsFullScreen) {
if(config.debug) {
console.log("Fullscreen enabled");

2
dist/js/plyr.js vendored

File diff suppressed because one or more lines are too long

View File

@ -27,7 +27,7 @@
<source src="https://www.paypalobjects.com/webstatic/mktg/videos/PayPal_AustinSMB_baseline.webm" type="video/webm">
<!-- Text track file -->
<track kind="captions" label="English captions" src="../media/captions_PayPal_Austin_en.vtt" srclang="en" default>
<track kind="captions" label="English captions" src="media/captions_PayPal_Austin_en.vtt" srclang="en" default>
<!-- Fallback for browsers that don't support the <video> element -->
<div>