fix URL icons for plyr
This commit is contained in:
parent
876650fd3e
commit
e965f6b410
@ -3521,9 +3521,9 @@ typeof navigator === "object" && (function (global, factory) {
|
||||
// Sprite (for icons)
|
||||
loadSprite: true,
|
||||
iconPrefix: 'plyr',
|
||||
iconUrl: '../theme/modules/plyr/plyr.svg',
|
||||
iconUrl: '/theme/modules/plyr/plyr.svg',
|
||||
// Blank video (used to prevent errors on source change)
|
||||
blankVideo: '../theme/modules/plyr/blank.mp4',
|
||||
blankVideo: '/theme/modules/plyr/blank.mp4',
|
||||
// Quality default
|
||||
quality: {
|
||||
default: 576,
|
||||
|
File diff suppressed because one or more lines are too long
@ -201,7 +201,7 @@
|
||||
{% block extend_js %}
|
||||
<!-- Plyr -->
|
||||
<script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/modules/plyr/plyr.min.js"
|
||||
integrity="sha512-5LTPChkWfom9XmQ+T2/MfSTBirVqZf7g/7OM80kuLVcSg2aSzjVuivWhTWQaVA9B/V+fCtnLQuPoeXu3WoG4vA=="></script>
|
||||
integrity="sha512-Ci6lyxuIH1x0UIgsxN5MBKtQJ6PnR4iQwgMwVOeMjs8IzH7cTyBe7lsTjYqT6s53SXpc83qbvXBCEvWFgjH73A=="></script>
|
||||
<script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/play.js"
|
||||
integrity="sha512-BN/U40V0xjbqvTnUUjG/FcqGUeUmmulDL6WF+uqVx8a4wRwaJQrEU/gg17P6wAiC3WhDCNxUvn9/NS65LvuJCg=="></script>
|
||||
<!-- /Plyr -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user