tidy up
This commit is contained in:
parent
9a95957d80
commit
a36a30f1b0
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
node_modules
|
node_modules
|
||||||
*.sublime-project
|
*.sublime-project
|
||||||
*.sublime-workspace
|
*.sublime-workspace
|
||||||
|
.DS_Store
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
// Replace browser sniff with feature detection
|
// Replace browser sniff with feature detection
|
||||||
// http://diveintohtml5.info/everything.html
|
// http://diveintohtml5.info/everything.html
|
||||||
|
//
|
||||||
|
|
||||||
/*global ActiveXObject*/
|
/*global ActiveXObject*/
|
||||||
|
|
||||||
@ -624,10 +625,6 @@
|
|||||||
// Setup fullscreen
|
// Setup fullscreen
|
||||||
function _setupFullscreen() {
|
function _setupFullscreen() {
|
||||||
if(player.type === "video" && config.fullscreen.enabled) {
|
if(player.type === "video" && config.fullscreen.enabled) {
|
||||||
|
|
||||||
if(config.debug) {
|
|
||||||
console.log(fullscreen.supportsFullScreen ? "Fullscreen supported" : "No fullscreen supported");
|
|
||||||
}
|
|
||||||
if(fullscreen.supportsFullScreen) {
|
if(fullscreen.supportsFullScreen) {
|
||||||
if(config.debug) {
|
if(config.debug) {
|
||||||
console.log("Fullscreen enabled");
|
console.log("Fullscreen enabled");
|
||||||
|
2
dist/js/plyr.js
vendored
2
dist/js/plyr.js
vendored
File diff suppressed because one or more lines are too long
@ -27,7 +27,7 @@
|
|||||||
<source src="https://www.paypalobjects.com/webstatic/mktg/videos/PayPal_AustinSMB_baseline.webm" type="video/webm">
|
<source src="https://www.paypalobjects.com/webstatic/mktg/videos/PayPal_AustinSMB_baseline.webm" type="video/webm">
|
||||||
|
|
||||||
<!-- Text track file -->
|
<!-- 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 -->
|
<!-- Fallback for browsers that don't support the <video> element -->
|
||||||
<div>
|
<div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user