Fix for voiceover
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Docs styles -->
|
||||
<link rel="stylesheet" href="//cdn.plyr.io/1.3.1/docs.css">
|
||||
<link rel="stylesheet" href="//cdn.plyr.io/1.3.2/docs.css">
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
|
@ -8,10 +8,10 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Styles -->
|
||||
<link rel="stylesheet" href="https://cdn.plyr.io/1.3.1/plyr.css?3">
|
||||
<link rel="stylesheet" href="https://cdn.plyr.io/1.3.2/plyr.css?3">
|
||||
|
||||
<!-- Docs styles -->
|
||||
<link rel="stylesheet" href="https://cdn.plyr.io/1.3.1/docs.css?1">
|
||||
<link rel="stylesheet" href="https://cdn.plyr.io/1.3.2/docs.css?1">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
@ -48,7 +48,7 @@
|
||||
<source src="https://cdn.selz.com/plyr/1.0/movie.webm" type="video/webm">
|
||||
|
||||
<!-- Text track file -->
|
||||
<track kind="captions" label="English" srclang="en" src="https://cdn.selz.com/plyr/1.0/en.vtt" default>
|
||||
<track kind="captions" label="English" srclang="en" src="https://cdn.selz.com/plyr/1.0/en.vtt?2" default>
|
||||
|
||||
<!-- Fallback for browsers that don't support the <video> element -->
|
||||
<a href="https://cdn.selz.com/plyr/1.0/movie.mp4">Download</a>
|
||||
@ -97,13 +97,13 @@
|
||||
b.insertBefore(c, b.childNodes[0]);
|
||||
}
|
||||
}
|
||||
})(document, "https://cdn.plyr.io/1.3.1/sprite.svg");
|
||||
})(document, "https://cdn.plyr.io/1.3.2/sprite.svg");
|
||||
</script>
|
||||
|
||||
<!-- Plyr core script -->
|
||||
<script src="https://cdn.plyr.io/1.3.1/plyr.js?1"></script>
|
||||
<script src="https://cdn.plyr.io/1.3.2/plyr.js?1"></script>
|
||||
|
||||
<!-- Docs script -->
|
||||
<script src="https://cdn.plyr.io/1.3.1/docs.js?1"></script>
|
||||
<script src="https://cdn.plyr.io/1.3.2/docs.js?1"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user